From 23c439af51ee7b6526d0b5f109e42fb32b64a504 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jul 2023 19:07:30 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.11...v1.4.0) (2023-07-04) ### Features * Improve settings to avoid naming conflict ([94f6786](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/94f678650fed08b48a90fe87717eca02dce64c05)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6145f1..d441cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.11...v1.4.0) (2023-07-04) + + +### Features + +* Improve settings to avoid naming conflict ([94f6786](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/94f678650fed08b48a90fe87717eca02dce64c05)) + ## [1.3.11](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.10...v1.3.11) (2023-06-19) diff --git a/package.json b/package.json index dd7f2fa..e954844 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.11", + "version": "1.4.0", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",