Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2022-09-13)

### Bug Fixes

* fixed theme mode not work ([db4b7e2](db4b7e2))

### Features

* add scheduled/anytime tasks back ([4a41a7e](4a41a7e))
* create task api and remove useTaskManager ([48fa9e2](48fa9e2))
* use useRecoilValueLoadable to load tasks ([b158a5b](b158a5b))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent db4b7e2 commit dda626e
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.7.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.6.0...v1.7.0) (2022-09-13)


### Bug Fixes

* fixed theme mode not work ([db4b7e2](https://github.com/ahonn/logseq-plugin-todo/commit/db4b7e2177090d5ae9dc3565e4e37381288f867c))


### Features

* add scheduled/anytime tasks back ([4a41a7e](https://github.com/ahonn/logseq-plugin-todo/commit/4a41a7ea138742aa7ac6bd0a628638a83de7f66b))
* create task api and remove useTaskManager ([48fa9e2](https://github.com/ahonn/logseq-plugin-todo/commit/48fa9e2cf7168103301d7a1c0cfa4d05c15544ac))
* use useRecoilValueLoadable to load tasks ([b158a5b](https://github.com/ahonn/logseq-plugin-todo/commit/b158a5bf98dd8f10a3508be3a8634b258eb6953b))

# [1.6.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.5.0...v1.6.0) (2022-08-06)


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

0 comments on commit dda626e

Please sign in to comment.