Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2022-10-13)

### Bug Fixes

* fix not showing the page title when click, [#25](#25) ([c37f1c0](c37f1c0))

### Features

* support task section title clickable & add openInRightSidebar setting ([e995860](e995860))
  • Loading branch information
semantic-release-bot committed Oct 13, 2022
1 parent e995860 commit 084172a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.9.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.8.0...v1.9.0) (2022-10-13)


### Bug Fixes

* fix not showing the page title when click, [#25](https://github.com/ahonn/logseq-plugin-todo/issues/25) ([c37f1c0](https://github.com/ahonn/logseq-plugin-todo/commit/c37f1c0e98630c0963e182493f150f5d8b08af00))


### Features

* support task section title clickable & add openInRightSidebar setting ([e995860](https://github.com/ahonn/logseq-plugin-todo/commit/e99586090c98bf030ffbe7659b9f4d984c8477e5))

# [1.8.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.7.0...v1.8.0) (2022-09-19)


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

0 comments on commit 084172a

Please sign in to comment.