From 27082fe0bca491bfd14e0d914e8a1549c94e0b13 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Nov 2021 15:00:52 +0000 Subject: [PATCH] chore(release): 1.8.5 [skip ci] ## [1.8.5](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.4...v1.8.5) (2021-11-28) ### Bug Fixes * allow open sidebar items into tabs ([69ab179](https://github.com/pengx17/logseq-plugin-tabs/commit/69ab1794c769e3a55866a6359eedd2a348c2eff4)) * preserve focus when hovering tabs ([aeb1a23](https://github.com/pengx17/logseq-plugin-tabs/commit/aeb1a23fff666626e42d0e871eec93b69f8b1c57)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d019053..73c8788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.5](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.4...v1.8.5) (2021-11-28) + + +### Bug Fixes + +* allow open sidebar items into tabs ([69ab179](https://github.com/pengx17/logseq-plugin-tabs/commit/69ab1794c769e3a55866a6359eedd2a348c2eff4)) +* preserve focus when hovering tabs ([aeb1a23](https://github.com/pengx17/logseq-plugin-tabs/commit/aeb1a23fff666626e42d0e871eec93b69f8b1c57)) + ## [1.8.4](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.3...v1.8.4) (2021-11-19) diff --git a/package.json b/package.json index 262f514..589f466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.8.4", + "version": "1.8.5", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {