Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2023-08-22)

### Bug Fixes

* Fix the issue of title children being out of sync & cancel toggle blocks ([b9e8273](b9e8273))
* Remove block depth limit ([675365d](675365d))
  • Loading branch information
semantic-release-bot committed Aug 22, 2023
1 parent f305a50 commit 0b5e22e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.1](https://github.com/b-yp/logseq-notion-sync/compare/v1.4.0...v1.4.1) (2023-08-22)


### Bug Fixes

* Fix the issue of title children being out of sync & cancel toggle blocks ([b9e8273](https://github.com/b-yp/logseq-notion-sync/commit/b9e82733cdc001d770e6f421ae8962eca3021cfc))
* Remove block depth limit ([675365d](https://github.com/b-yp/logseq-notion-sync/commit/675365dc724d5bec2aa72b6a55b1ea20d22e3796))

# [1.4.0](https://github.com/b-yp/logseq-notion-sync/compare/v1.3.1...v1.4.0) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-notion-sync",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0b5e22e

Please sign in to comment.