Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 2, 2021
1 parent 7946c75 commit 8b9600f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [3.2.0](https://github.com/metonym/svelte-highlight/releases/tag/v3.2.0) - 2021-08-02

**Features**

- upgrade `highlight.js` to v11.2.0

## [3.1.0](https://github.com/metonym/svelte-highlight/releases/tag/v3.1.0) - 2021-07-08

**Features**
Expand Down
5 changes: 4 additions & 1 deletion demo/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
<Row class="mb-7">
<Column xlg="{10}" lg="{10}">
<p class="mb-5">
To use this library with SvelteKit, add <code class="code">"highlight.js/lib/core"</code> to the dependencies for vite to optimize in your
To use this library with SvelteKit, add <code class="code"
>"highlight.js/lib/core"</code
>
to the dependencies for vite to optimize in your
<strong>svelte.config.js</strong>:
</p>

Expand Down
2 changes: 1 addition & 1 deletion demo/src/routes/styles.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
let currentLabel = "Injected styles";
let filtered = [];
$: useInjectedStyles = currentLabel === 'Injected styles'
$: useInjectedStyles = currentLabel === "Injected styles";
</script>

<ListSearch
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": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"description": "Syntax Highlighting for Svelte using highlight.js",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 8b9600f

Please sign in to comment.