diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e87f63..13c0173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/ocavue/prosemirror-highlight/compare/v0.3.1...v0.3.2) (2023-12-14) + + +### Bug Fixes + +* support shikiji v0.9.0 ([7b8f1ce](https://github.com/ocavue/prosemirror-highlight/commit/7b8f1ce1dca760e3657b6e7fc9eba4df172aed47)) + ## [0.3.1](https://github.com/ocavue/prosemirror-highlight/compare/v0.3.0...v0.3.1) (2023-12-12) diff --git a/package.json b/package.json index a3a4a55..2bb916b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prosemirror-highlight", "type": "module", - "version": "0.3.1", + "version": "0.3.2", "packageManager": "pnpm@8.12.0", "description": "A ProseMirror plugin to highlight code blocks", "author": "ocavue ", @@ -67,7 +67,7 @@ "prosemirror-view": "^1.32.4", "refractor": "^4.8.1", "shiki": "^0.14.6", - "shikiji": "^0.8.0" + "shikiji": "^0.8.0 || ^0.9.0" }, "peerDependenciesMeta": { "@types/hast": {