diff --git a/CHANGELOG.md b/CHANGELOG.md index 323a30c..98ecbaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.10.0...v1.11.0) (2022-10-19) + + +### Features + +* add whereToPlaceNewTask setting item, [#24](https://github.com/ahonn/logseq-plugin-todo/issues/24) ([a42ed45](https://github.com/ahonn/logseq-plugin-todo/commit/a42ed456a7bee33042f4dcf07e0387e56b7f6948)) + # [1.10.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.9.1...v1.10.0) (2022-10-14) diff --git a/package.json b/package.json index efc8358..1c7a721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-todo", - "version": "1.10.0", + "version": "1.11.0", "main": "dist/index.html", "scripts": { "dev": "vite",