From c9103f4c5d6930cc3415e52aa9470c9df773df22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Aug 2021 13:23:14 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.3.0...v1.3.1) (2021-08-29) ### Bug Fixes * show view if there is a single pined tab ([1b476d6](https://github.com/pengx17/logseq-plugin-tabs/commit/1b476d60b3902f2f2d790262dc0eb802d121c1f1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e61e6b4..0fc17fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.3.0...v1.3.1) (2021-08-29) + + +### Bug Fixes + +* show view if there is a single pined tab ([1b476d6](https://github.com/pengx17/logseq-plugin-tabs/commit/1b476d60b3902f2f2d790262dc0eb802d121c1f1)) + # [1.3.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.2.1...v1.3.0) (2021-08-29) diff --git a/package.json b/package.json index 218f913..c35bdf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/index.html", "scripts": { "dev": "vite",