diff --git a/CHANGELOG.md b/CHANGELOG.md index 0381a68..cfaa005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.2.0...v1.2.1) (2022-06-30) + + +### Bug Fixes + +* Resync deleted files not working during new sync ([ee34d37](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/ee34d37f318bc3b34806eed7361fba8409871743)) + # [1.2.0](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.1.5...v1.2.0) (2022-06-28) diff --git a/package.json b/package.json index e22f37e..2c7b495 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.2.0", + "version": "1.2.1", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",