From 2a244d3589622541ddf20ed034dd03fac508f4a6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Sep 2023 04:52:30 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/haydenull/logseq-plugin-excalidraw/compare/v1.4.0...v1.4.1) (2023-09-11) ### Bug Fixes * :bug: copy failed ([643b3ee](https://github.com/haydenull/logseq-plugin-excalidraw/commit/643b3ee28aaf95e483e4e9d000c0fefd2c9f64bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d691a87..f6770f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/haydenull/logseq-plugin-excalidraw/compare/v1.4.0...v1.4.1) (2023-09-11) + + +### Bug Fixes + +* :bug: copy failed ([643b3ee](https://github.com/haydenull/logseq-plugin-excalidraw/commit/643b3ee28aaf95e483e4e9d000c0fefd2c9f64bb)) + # [1.4.0](https://github.com/haydenull/logseq-plugin-excalidraw/compare/v1.3.0...v1.4.0) (2023-08-21) diff --git a/package.json b/package.json index b956398..6620813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "excalidraw", - "version": "1.4.0", + "version": "1.4.1", "main": "dist/index.html", "logseq": { "id": "logseq-plugin-excalidraw",