From cdbddcc769e93ec53e93e5b9a3931760556c3c3b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jul 2023 01:56:30 +0000 Subject: [PATCH] chore(release): 1.4.7 [skip ci] ## [1.4.7](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.6...v1.4.7) (2023-07-20) ### Bug Fixes * Resync deleted pages ([60bffc7](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/60bffc768bf4012cb34331a82b36f7619a4474f7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7dac1..889b4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.7](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.6...v1.4.7) (2023-07-20) + + +### Bug Fixes + +* Resync deleted pages ([60bffc7](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/60bffc768bf4012cb34331a82b36f7619a4474f7)) + ## [1.4.6](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.5...v1.4.6) (2023-07-13) diff --git a/package.json b/package.json index 76c6590..874ee79 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.6", + "version": "1.4.7", "main": "dist/index.html", "scripts": { "dev": "vite",