diff --git a/CHANGELOG.md b/CHANGELOG.md index ab05e87..952a10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.9](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.8...v1.4.9) (2023-07-20) + + +### Bug Fixes + +* Cases where we try to create an existing page ([abff906](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/abff9069c3abeebad1b03498719a1b1f12a0d494)) + ## [1.4.8](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.7...v1.4.8) (2023-07-20) diff --git a/package.json b/package.json index 880c51a..b9bc437 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.4.8", + "version": "1.4.9", "main": "dist/index.html", "scripts": { "dev": "vite",