diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c69170..f8d2323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.13.0...v1.13.1) (2022-05-19) + + +### Bug Fixes + +* add home page to show tab routes ([0a73716](https://github.com/pengx17/logseq-plugin-tabs/commit/0a73716e5cd15ccb7f6d0bfcdceb8297c9c58af7)) + # [1.13.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.6...v1.13.0) (2022-05-19) diff --git a/package.json b/package.json index b9f07a9..9300b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.13.0", + "version": "1.13.1", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {