From f48a033e177742e837f9a9a75faa4e8c859be459 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 May 2022 02:27:54 +0000 Subject: [PATCH] chore(release): 1.12.4 [skip ci] ## [1.12.4](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.3...v1.12.4) (2022-05-10) ### Bug Fixes * add close other tabs command ([991deab](https://github.com/pengx17/logseq-plugin-tabs/commit/991deab91dac4851adf81956da453b39ff0e6270)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae9197..4bbeaf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.4](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.3...v1.12.4) (2022-05-10) + + +### Bug Fixes + +* add close other tabs command ([991deab](https://github.com/pengx17/logseq-plugin-tabs/commit/991deab91dac4851adf81956da453b39ff0e6270)) + ## [1.12.3](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.2...v1.12.3) (2022-05-05) diff --git a/package.json b/package.json index a86ac2c..48ab1a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.12.3", + "version": "1.12.4", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {