Skip to content

Commit

Permalink
chore(release): 1.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.1](v1.20.0...v1.20.1) (2023-12-24)

### Bug Fixes

* fix queryElementRect issue and add fallback position, [#64](#64) ([bb3a551](bb3a551))
  • Loading branch information
semantic-release-bot committed Dec 24, 2023
1 parent bb3a551 commit 7aeb8bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.20.1](https://github.com/ahonn/logseq-plugin-todo/compare/v1.20.0...v1.20.1) (2023-12-24)


### Bug Fixes

* fix queryElementRect issue and add fallback position, [#64](https://github.com/ahonn/logseq-plugin-todo/issues/64) ([bb3a551](https://github.com/ahonn/logseq-plugin-todo/commit/bb3a55100cb6ad31923383fd30e3f57b44e5efbc))

# [1.20.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.19.0...v1.20.0) (2023-11-24)


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

0 comments on commit 7aeb8bd

Please sign in to comment.