diff --git a/CHANGELOG.md b/CHANGELOG.md index 512a88f..e5cea27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.10](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.9...v1.3.10) (2023-06-14) + + +### Bug Fixes + +* Dash parsing error ([ad313b4](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/ad313b4255dad6c3478fb0938473111f00f4d52f)) + ## [1.3.9](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.8...v1.3.9) (2023-02-28) diff --git a/package.json b/package.json index b08bcb4..e80d074 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "logseq-readwise-official-plugin", "author": "Readwise", "description": "Official Readwise <-> Logseq integration.", - "version": "1.3.9", + "version": "1.3.10", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",