diff --git a/CHANGELOG.md b/CHANGELOG.md index d441cf0..808bdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.0...v1.4.1) (2023-07-05) + + +### Bug Fixes + +* Reset installation ([89af73a](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/89af73add395eb43491a98f6c1e3bb91aec13688)) + # [1.4.0](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.11...v1.4.0) (2023-07-04) diff --git a/package.json b/package.json index e954844..901d3c3 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.0", + "version": "1.4.1", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",