Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2023-06-10)

### Bug Fixes

* Fix build error ([55b7ff9](55b7ff9))
* Fix release error ([8869d96](8869d96))

### Features

* Parsing nested blocks ([fbfae3f](fbfae3f))
* update readme ([9b870ef](9b870ef))
  • Loading branch information
semantic-release-bot committed Jun 10, 2023
1 parent 6446d31 commit db08cd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.2.0",
"version": "1.3.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit db08cd0

Please sign in to comment.