From c70dce8df4a71b59e9917c52d3cf1cff3173b6ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Nov 2021 03:52:39 +0000 Subject: [PATCH] chore(release): 1.8.2 [skip ci] ## [1.8.2](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.1...v1.8.2) (2021-11-12) ### Bug Fixes * should only pushState when change to different pages ([1ece34c](https://github.com/pengx17/logseq-plugin-tabs/commit/1ece34ce91e8f16c37b879add5920029879d347b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6e1fc..18d10fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.1...v1.8.2) (2021-11-12) + + +### Bug Fixes + +* should only pushState when change to different pages ([1ece34c](https://github.com/pengx17/logseq-plugin-tabs/commit/1ece34ce91e8f16c37b879add5920029879d347b)) + ## [1.8.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.0...v1.8.1) (2021-11-11) diff --git a/package.json b/package.json index b471602..5bc18e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.8.1", + "version": "1.8.2", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {