diff --git a/CHANGELOG.md b/CHANGELOG.md index e73d2de..ce965f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.9.2...v1.10.0) (2022-04-18) + + +### Features + +* add CTRL+TAB & CTRL+SHIFT+TAB commands ([34f2e3d](https://github.com/pengx17/logseq-plugin-tabs/commit/34f2e3d3d2e18821bbbf417a47d3573f35cc691b)) + ## [1.9.2](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.9.1...v1.9.2) (2022-04-06) diff --git a/package.json b/package.json index 9be61ce..4a412f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.9.2", + "version": "1.10.0", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {