Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 30, 2021
1 parent 5830258 commit 77fbb1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.0.0](https://github.com/metonym/svelte-highlight/releases/tag/v3.0.0) - 2021-05-30

**Breaking Changes**

- `github-gist` style removed from `highlight.js`

**Features**

- upgrade `highlight.js` to v11.0.0
- +2 styles (`github-dark`, `github-dark-dimmed`)

## [2.1.0](https://github.com/metonym/svelte-highlight/releases/tag/v2.1.0) - 2021-05-21

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

0 comments on commit 77fbb1b

Please sign in to comment.