From 5a7785a19ee1615c1091cd8c9634adb55eac4b88 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jul 2023 16:39:13 +0000 Subject: [PATCH] chore(release): 1.4.6 [skip ci] ## [1.4.6](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.5...v1.4.6) (2023-07-13) ### Bug Fixes * Full export detection ([c819a1f](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/c819a1f0443d658c0daac5e649f35721cd87e0a8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b64d80..6b7dac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.6](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.5...v1.4.6) (2023-07-13) + + +### Bug Fixes + +* Full export detection ([c819a1f](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/c819a1f0443d658c0daac5e649f35721cd87e0a8)) + ## [1.4.5](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.4.4...v1.4.5) (2023-07-05) diff --git a/package.json b/package.json index 391346c..dbef916 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.5", + "version": "1.4.6", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",