diff --git a/CHANGELOG.md b/CHANGELOG.md index d1325c3..25633e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/ocavue/prosemirror-highlight/compare/v0.8.0...v0.9.0) (2024-09-04) + + +### Features + +* support Shiki dual themes ([#50](https://github.com/ocavue/prosemirror-highlight/issues/50)) ([4f48c49](https://github.com/ocavue/prosemirror-highlight/commit/4f48c49f80f87336a07f0a03881f1b3a5b29d649)) + ## [0.8.0](https://github.com/ocavue/prosemirror-highlight/compare/v0.7.0...v0.8.0) (2024-06-21) diff --git a/package.json b/package.json index f4b3ec9..2c470be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prosemirror-highlight", "type": "module", - "version": "0.8.0", + "version": "0.9.0", "packageManager": "pnpm@9.9.0", "description": "A ProseMirror plugin to highlight code blocks", "author": "ocavue ",