From 2f18569fbfedb338ff8b562e77a14d2db74b1d77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Apr 2022 15:12:19 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.10.0...v1.11.0) (2022-04-24) ### Features * allow users to customize shortcuts ([041f048](https://github.com/pengx17/logseq-plugin-tabs/commit/041f048f5b9396a4ccfc12ce3c47baa3b0c5b2ba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce965f8..8117c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.10.0...v1.11.0) (2022-04-24) + + +### Features + +* allow users to customize shortcuts ([041f048](https://github.com/pengx17/logseq-plugin-tabs/commit/041f048f5b9396a4ccfc12ce3c47baa3b0c5b2ba)) + # [1.10.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.9.2...v1.10.0) (2022-04-18) diff --git a/package.json b/package.json index 4286826..0d77904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.10.0", + "version": "1.11.0", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {