diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d39eec9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 1.0.0 (2024-12-03) + + +### Bug Fixes + +* Add missing deps for semantic-release ([a87cb9c](https://github.com/hron/logseq-cycle-todo-dwim/commit/a87cb9cd67775c6079a02cb068d786063704cd60)) +* Minor improvements to the release process ([514e4a0](https://github.com/hron/logseq-cycle-todo-dwim/commit/514e4a09f9521738e5b817a73fae862b868fa343)) +* Use personal access token for releasing ([ef6ab2c](https://github.com/hron/logseq-cycle-todo-dwim/commit/ef6ab2cf038e878e9fcd415fb3721de25b541724)) diff --git a/package.json b/package.json index 241ab97..c3811d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-cycle-todo-dwim", - "version": "0.0.1", + "version": "1.0.0", "description": "Ctrl+Enter with repeating timestamp support, similar to org-mode", "author": "Aleksei Gusev ", "license": "MIT",