Skip to content

Commit

Permalink
v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Feb 25, 2022
1 parent db5ef56 commit 9c5ceb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.2.2](https://github.com/metonym/svelte-highlight/releases/tag/v5.2.2) - 2022-02-25

- use default export from `highlight.js/lib/core.js`

## [5.2.1](https://github.com/metonym/svelte-highlight/releases/tag/v5.2.1) - 2022-02-11

- remove whitespace from `pre`tags because Svelte v3.46.4 now preserves`pre` whitespace
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-highlight",
"version": "5.2.1",
"version": "5.2.2",
"license": "MIT",
"description": "Syntax Highlighting for Svelte using highlight.js",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 9c5ceb9

Please sign in to comment.