From 59b640c470d5310b670560882592fcc46ae832ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 04:18:32 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/haydenull/logseq-plugin-excalidraw/compare/v1.5.0...v1.5.1) (2023-11-30) ### Bug Fixes * :bug: sort by using - to differentiate indexes ([75fa7c4](https://github.com/haydenull/logseq-plugin-excalidraw/commit/75fa7c4f29342cc2470316947eb6b78b448be99b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f34e48..beecd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/haydenull/logseq-plugin-excalidraw/compare/v1.5.0...v1.5.1) (2023-11-30) + + +### Bug Fixes + +* :bug: sort by using - to differentiate indexes ([75fa7c4](https://github.com/haydenull/logseq-plugin-excalidraw/commit/75fa7c4f29342cc2470316947eb6b78b448be99b)) + # [1.5.0](https://github.com/haydenull/logseq-plugin-excalidraw/compare/v1.4.1...v1.5.0) (2023-11-28) diff --git a/package.json b/package.json index 7afd18b..8158429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "excalidraw", - "version": "1.5.0", + "version": "1.5.1", "main": "dist/index.html", "logseq": { "id": "logseq-plugin-excalidraw",