Skip to content

Commit

Permalink
Release 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSchulerPiletti committed Nov 15, 2023
1 parent b827362 commit 15d1bf6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## [1.0.0-beta.2](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-11-15)


### 🪲 Bug Fixes

* :bug: use ES6 async import ([e2679ad](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/e2679adbbc6fca3ea003d32ce6b684f60e3292eb))


### 🎨 Style

* :art: lint fix code ([b827362](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/b82736258eb60b629b20dd9e5a8d4c3c7d61487f))
* :art: remove unecessary brackets ([98178f5](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/98178f52779963a1da56b7e9e1d56c78d894e38d))

## [1.0.0-beta.1](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.0...1.0.0-beta.1) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-excalidraw",
"type": "module",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Nuxt Excalidraw allow you to use the amazing React library Excalidraw inside your Nuxt 3 application.",
"author": "Angelo Schuler Piletti <angelopiletti@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 15d1bf6

Please sign in to comment.