From a57f37a85b24c5c9435329fbcb309e04fee62246 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Oct 2024 15:52:50 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/b-yp/logseq-mind-map/compare/v1.2.0...v1.3.0) (2024-10-21) ### Features * added the feature to collapse all sibling nodes and collapse other sibling nodes ([856f3d0](https://github.com/b-yp/logseq-mind-map/commit/856f3d0bc5d78f534368215ce5f41fe7b0dfe0d6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88aefd..dcc4a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/b-yp/logseq-mind-map/compare/v1.2.0...v1.3.0) (2024-10-21) + + +### Features + +* added the feature to collapse all sibling nodes and collapse other sibling nodes ([856f3d0](https://github.com/b-yp/logseq-mind-map/commit/856f3d0bc5d78f534368215ce5f41fe7b0dfe0d6)) + # [1.2.0](https://github.com/b-yp/logseq-mind-map/compare/v1.1.0...v1.2.0) (2024-10-20) diff --git a/package.json b/package.json index 34bb577..47b2daf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-mind-map", - "version": "1.2.0", + "version": "1.3.0", "main": "dist/index.html", "logseq": { "id": "logseq-mind-map",