From 129f0522590ae160d216692fd168553e9be644e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 May 2022 07:37:53 +0000 Subject: [PATCH] chore(release): 1.13.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {