diff --git a/CHANGELOG.md b/CHANGELOG.md index 3611ed3..86f4dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.6](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.5...v1.3.6) (2022-09-09) + + +### Bug Fixes + +* Improve failed messages ([c30af2c](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/c30af2c5ee555c013044cd253be5758c3c01928f)) + ## [1.3.5](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.4...v1.3.5) (2022-08-08) diff --git a/package.json b/package.json index 6428f6f..06eeca3 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.5", + "version": "1.3.6", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",