From 64e7c603196cdfd79a276dc3f7ccb97e73fd018c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Oct 2022 03:47:23 +0000 Subject: [PATCH] chore(release): 1.18.0 [skip ci] # [1.18.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.17.3...v1.18.0) (2022-10-29) ### Features * option to hide "Close All" button ([5e93c8a](https://github.com/pengx17/logseq-plugin-tabs/commit/5e93c8af0ce5ba2c950fac695cdff6312db64ac7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e15ae..41b5621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.17.3...v1.18.0) (2022-10-29) + + +### Features + +* option to hide "Close All" button ([5e93c8a](https://github.com/pengx17/logseq-plugin-tabs/commit/5e93c8af0ce5ba2c950fac695cdff6312db64ac7)) + ## [1.17.3](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.17.2...v1.17.3) (2022-10-27) diff --git a/package.json b/package.json index cba4bcb..57ca31e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.17.3", + "version": "1.18.0", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {