Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-04-26)

### Bug Fixes

* 🐛 support paste image ([c76301b](c76301b))
* editor crash because appState error ([e71228a](e71228a))

### Features

* ✨ add menu ([4304593](4304593))
* ✨ add save toast ([ff708f1](ff708f1))
* ✨ create draw from slash command ([fd87e5e](fd87e5e))
* ✨ mvp ([86598b5](86598b5))
* ✨ support add library ([2384cec](2384cec))
* support edit ([8915347](8915347))
  • Loading branch information
semantic-release-bot committed Apr 26, 2023
1 parent fc91514 commit 6b051c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Excalidraw",
"version": "0.0.1",
"version": "1.0.0",
"main": "dist/index.html",
"logseq": {
"id": "logseq-plugin-excalidraw",
Expand Down Expand Up @@ -44,4 +44,4 @@
"vite": "^3.2.4",
"vite-plugin-importer": "^0.2.5"
}
}
}

0 comments on commit 6b051c1

Please sign in to comment.