diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ef990..d57e056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.0...v1.12.1) (2022-04-26) + + +### Bug Fixes + +* allow the user give empty keybinding to revoke ([5fcd334](https://github.com/pengx17/logseq-plugin-tabs/commit/5fcd334c8b14801a188e05c5d7dcb66f8ed76118)) + # [1.12.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.11.0...v1.12.0) (2022-04-26) diff --git a/package.json b/package.json index 5060100..89a5de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.12.0", + "version": "1.12.1", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {