From 6b051c18e300f651a9ce2506bacfe6ec0873d6b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Apr 2023 11:27:05 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-04-26) ### Bug Fixes * :bug: support paste image ([c76301b](https://github.com/haydenull/logseq-plugin-excalidraw/commit/c76301bc772a1a51d0ce9b34c6e7407af107ee3f)) * editor crash because appState error ([e71228a](https://github.com/haydenull/logseq-plugin-excalidraw/commit/e71228a0fb7cca180ec197a018593fe8d1746a7b)) ### Features * :sparkles: add menu ([4304593](https://github.com/haydenull/logseq-plugin-excalidraw/commit/430459339b1580b8330e3dea97c5609bfc3dd183)) * :sparkles: add save toast ([ff708f1](https://github.com/haydenull/logseq-plugin-excalidraw/commit/ff708f10d7168b057d012bf9702bf6b1f82181ea)) * :sparkles: create draw from slash command ([fd87e5e](https://github.com/haydenull/logseq-plugin-excalidraw/commit/fd87e5e9b10082dbe45f843d4d96d3361e64c270)) * :sparkles: mvp ([86598b5](https://github.com/haydenull/logseq-plugin-excalidraw/commit/86598b508df8324ec09afe1e658e295e4a284b0f)) * :sparkles: support add library ([2384cec](https://github.com/haydenull/logseq-plugin-excalidraw/commit/2384cecaf93fbce4a0cee55049bc7ca2cb344e6d)) * support edit ([8915347](https://github.com/haydenull/logseq-plugin-excalidraw/commit/8915347581c83502fbf650246eb2af1cbcdb7f29)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..11369ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# 1.0.0 (2023-04-26) + + +### Bug Fixes + +* :bug: support paste image ([c76301b](https://github.com/haydenull/logseq-plugin-excalidraw/commit/c76301bc772a1a51d0ce9b34c6e7407af107ee3f)) +* editor crash because appState error ([e71228a](https://github.com/haydenull/logseq-plugin-excalidraw/commit/e71228a0fb7cca180ec197a018593fe8d1746a7b)) + + +### Features + +* :sparkles: add menu ([4304593](https://github.com/haydenull/logseq-plugin-excalidraw/commit/430459339b1580b8330e3dea97c5609bfc3dd183)) +* :sparkles: add save toast ([ff708f1](https://github.com/haydenull/logseq-plugin-excalidraw/commit/ff708f10d7168b057d012bf9702bf6b1f82181ea)) +* :sparkles: create draw from slash command ([fd87e5e](https://github.com/haydenull/logseq-plugin-excalidraw/commit/fd87e5e9b10082dbe45f843d4d96d3361e64c270)) +* :sparkles: mvp ([86598b5](https://github.com/haydenull/logseq-plugin-excalidraw/commit/86598b508df8324ec09afe1e658e295e4a284b0f)) +* :sparkles: support add library ([2384cec](https://github.com/haydenull/logseq-plugin-excalidraw/commit/2384cecaf93fbce4a0cee55049bc7ca2cb344e6d)) +* support edit ([8915347](https://github.com/haydenull/logseq-plugin-excalidraw/commit/8915347581c83502fbf650246eb2af1cbcdb7f29)) diff --git a/package.json b/package.json index da6348a..7e52dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Excalidraw", - "version": "0.0.1", + "version": "1.0.0", "main": "dist/index.html", "logseq": { "id": "logseq-plugin-excalidraw", @@ -44,4 +44,4 @@ "vite": "^3.2.4", "vite-plugin-importer": "^0.2.5" } -} \ No newline at end of file +}