Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-04-26)

### Bug Fixes

* update task list after add new task ([5137884](5137884))

### Features

* add basic task list ([fbc070f](fbc070f))
* add expired/scheduled/no scheduled task section ([87526ef](87526ef))
* add useTask hook and adjust task sections ([70d280c](70d280c))
* add withUserConfigs ([c451693](c451693))
* modify task section title font weight ([d6a81e6](d6a81e6))
* show task deadline as scheduled date ([6f04571](6f04571))
* show task scheduled time and open task in right sidebar ([b48e08e](b48e08e))
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent 3c80330 commit ec2e2d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2022-04-26)


### Bug Fixes

* update task list after add new task ([5137884](https://github.com/ahonn/logseq-plugin-todo/commit/5137884c3b6ef8a790d9517e3b986734d7f22139))


### Features

* add basic task list ([fbc070f](https://github.com/ahonn/logseq-plugin-todo/commit/fbc070fcc72c7f4f1093feb67c9432d902841797))
* add expired/scheduled/no scheduled task section ([87526ef](https://github.com/ahonn/logseq-plugin-todo/commit/87526ef469ffb27741730992bc5302e87f372c23))
* add useTask hook and adjust task sections ([70d280c](https://github.com/ahonn/logseq-plugin-todo/commit/70d280c0ac78abcc4e74d87a5efaac87c47bd33f))
* add withUserConfigs ([c451693](https://github.com/ahonn/logseq-plugin-todo/commit/c4516939eb91c1f6f5c3e2c0ddd1974af8cbc5b1))
* modify task section title font weight ([d6a81e6](https://github.com/ahonn/logseq-plugin-todo/commit/d6a81e67471ec17a0952e6f16896d058a55ee901))
* show task deadline as scheduled date ([6f04571](https://github.com/ahonn/logseq-plugin-todo/commit/6f045717195f7e08947683a110ecd36f296feaa8))
* show task scheduled time and open task in right sidebar ([b48e08e](https://github.com/ahonn/logseq-plugin-todo/commit/b48e08ec8da0fd92e4810ef2b18091659437f395))
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": "0.1.0",
"version": "1.0.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ec2e2d2

Please sign in to comment.