diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f315a6..26253cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/ocavue/prosemirror-virtual-cursor/compare/v0.2.0...v0.3.0) (2022-11-18) + + +### Features + +* overlay the cursor over the editor ([#7](https://github.com/ocavue/prosemirror-virtual-cursor/issues/7)) ([0c06bca](https://github.com/ocavue/prosemirror-virtual-cursor/commit/0c06bca78b203c55030b795524d8aa688b358960)) + ## [0.2.0](https://github.com/ocavue/prosemirror-virtual-cursor/compare/v0.1.1...v0.2.0) (2022-11-18) diff --git a/package.json b/package.json index 154e781..93f6619 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prosemirror-virtual-cursor", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "packageManager": "pnpm@7.12.0", "description": "", "author": "ocavue ",