From 9c036b17dde088af36ba817103926d39f7464f5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Oct 2022 12:46:46 +0000 Subject: [PATCH] chore(release): 1.3.8 [skip ci] ## [1.3.8](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.7...v1.3.8) (2022-10-14) ### Bug Fixes * Add never to frequency options ([b9fd37b](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/b9fd37b9eb7c1d3cce3209d0849777a229e8bf89)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50b351..a2c23cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.8](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.7...v1.3.8) (2022-10-14) + + +### Bug Fixes + +* Add never to frequency options ([b9fd37b](https://github.com/readwiseio/logseq-readwise-official-plugin/commit/b9fd37b9eb7c1d3cce3209d0849777a229e8bf89)) + ## [1.3.7](https://github.com/readwiseio/logseq-readwise-official-plugin/compare/v1.3.6...v1.3.7) (2022-09-15) diff --git a/package.json b/package.json index 40e06ff..f100375 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.7", + "version": "1.3.8", "main": "dist/index.html", "scripts": { "dev": "vite build --watch",