Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-04-11)

### Bug Fixes

* **api:** should close [#1](#1) ([0dede67](0dede67))
* **settings:** access_code was wrongfully prefilled ([d105925](d105925))
  • Loading branch information
semantic-release-bot committed Apr 11, 2023
1 parent 82e2c55 commit 72ee169
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.0.1](https://github.com/mxschll/logseq-ticktick-plugin/compare/v1.0.0...v1.0.1) (2023-04-11)


### Bug Fixes

* **api:** should close [#1](https://github.com/mxschll/logseq-ticktick-plugin/issues/1) ([0dede67](https://github.com/mxschll/logseq-ticktick-plugin/commit/0dede67d1f11f7b293c5e5edfad5954e391062aa))
* **settings:** access_code was wrongfully prefilled ([d105925](https://github.com/mxschll/logseq-ticktick-plugin/commit/d1059251d7c24243837d19a388be623f6f4faba7))

# 1.0.0 (2023-04-11)


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-ticktick-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "TickTick plugin for Logseq.",
"main": "dist/index.html",
"scripts": {
Expand Down

0 comments on commit 72ee169

Please sign in to comment.