From 084d50088dc0aa36998c689279097cdfe2807852 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Nov 2021 02:28:03 +0000 Subject: [PATCH] chore(release): 1.8.3 [skip ci] ## [1.8.3](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.2...v1.8.3) (2021-11-15) ### Bug Fixes * tabs scroll on active is not working ([41635e9](https://github.com/pengx17/logseq-plugin-tabs/commit/41635e90b7e9118dbc317f645eea093e785e6c36)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d10fd..523f6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.3](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.2...v1.8.3) (2021-11-15) + + +### Bug Fixes + +* tabs scroll on active is not working ([41635e9](https://github.com/pengx17/logseq-plugin-tabs/commit/41635e90b7e9118dbc317f645eea093e785e6c36)) + ## [1.8.2](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.8.1...v1.8.2) (2021-11-12) diff --git a/package.json b/package.json index 5bc18e5..69c2da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.8.2", + "version": "1.8.3", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {