Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](v1.16.5...v1.17.0) (2023-03-28)

### Features

* add shift click hotkey to open task in right sidebar, [#47](#47) ([1b5fcd7](1b5fcd7))
* support trigger the opposite behavior of openInRightSidebar, [#47](#47) ([196d5e1](196d5e1))
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 196d5e1 commit 75c4170
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.17.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.16.5...v1.17.0) (2023-03-28)


### Features

* add shift click hotkey to open task in right sidebar, [#47](https://github.com/ahonn/logseq-plugin-todo/issues/47) ([1b5fcd7](https://github.com/ahonn/logseq-plugin-todo/commit/1b5fcd7848027dd2fcb15b786cca2c28c6c3ebde))
* support trigger the opposite behavior of openInRightSidebar, [#47](https://github.com/ahonn/logseq-plugin-todo/issues/47) ([196d5e1](https://github.com/ahonn/logseq-plugin-todo/commit/196d5e13730bb1b679b297808bcd3fac778382d5))

## [1.16.5](https://github.com/ahonn/logseq-plugin-todo/compare/v1.16.4...v1.16.5) (2023-03-14)


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

0 comments on commit 75c4170

Please sign in to comment.