From ee2521b7678518fe6caa226247677a7141c3e3dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Jun 2022 02:47:25 +0000 Subject: [PATCH] chore(release): 1.15.1 [skip ci] ## [1.15.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.15.0...v1.15.1) (2022-06-29) ### Bug Fixes * append the block id aggressively when opening a block ([0c898fa](https://github.com/pengx17/logseq-plugin-tabs/commit/0c898fa2d845d49335821569bb55cec1cdaf41a7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2060043..1710c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.15.0...v1.15.1) (2022-06-29) + + +### Bug Fixes + +* append the block id aggressively when opening a block ([0c898fa](https://github.com/pengx17/logseq-plugin-tabs/commit/0c898fa2d845d49335821569bb55cec1cdaf41a7)) + # [1.15.0](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.14.1...v1.15.0) (2022-06-17) diff --git a/package.json b/package.json index 6e47e6d..a8474b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.15.0", + "version": "1.15.1", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {