From db08cd06a0aed78e0589e5f106eb5835eceb038f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Jun 2023 21:33:17 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/b-yp/logseq-notion-sync/compare/v1.2.0...v1.3.0) (2023-06-10) ### Bug Fixes * Fix build error ([55b7ff9](https://github.com/b-yp/logseq-notion-sync/commit/55b7ff98b379ce43c02d771730987394e6b7076d)) * Fix release error ([8869d96](https://github.com/b-yp/logseq-notion-sync/commit/8869d96f43c1801748e434bd403a079a59f37dfb)) ### Features * Parsing nested blocks ([fbfae3f](https://github.com/b-yp/logseq-notion-sync/commit/fbfae3fc8893d96c1c0289755d71c3785182b80d)) * update readme ([9b870ef](https://github.com/b-yp/logseq-notion-sync/commit/9b870ef96e16a9ba483343f041bccd3f2fde9fae)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417cdc2..e6746bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.3.0](https://github.com/b-yp/logseq-notion-sync/compare/v1.2.0...v1.3.0) (2023-06-10) + + +### Bug Fixes + +* Fix build error ([55b7ff9](https://github.com/b-yp/logseq-notion-sync/commit/55b7ff98b379ce43c02d771730987394e6b7076d)) +* Fix release error ([8869d96](https://github.com/b-yp/logseq-notion-sync/commit/8869d96f43c1801748e434bd403a079a59f37dfb)) + + +### Features + +* Parsing nested blocks ([fbfae3f](https://github.com/b-yp/logseq-notion-sync/commit/fbfae3fc8893d96c1c0289755d71c3785182b80d)) +* update readme ([9b870ef](https://github.com/b-yp/logseq-notion-sync/commit/9b870ef96e16a9ba483343f041bccd3f2fde9fae)) + # [1.2.0](https://github.com/b-yp/logseq-notion-sync/compare/v1.1.0...v1.2.0) (2023-05-20) diff --git a/package.json b/package.json index 8918473..5399861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-notion-sync", - "version": "1.2.0", + "version": "1.3.0", "main": "dist/index.html", "scripts": { "dev": "vite",