diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8b692..40a302e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.0.0-beta.3](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.2...1.0.0-beta.3) (2023-11-15) + + +### 🪲 Bug Fixes + +* :bug: dynamic import createRoot onMounted ([9454420](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/9454420a0bcc4983f874c8a87862f9f336f3f014)) + ## [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) diff --git a/package.json b/package.json index 103edab..1b5ced3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-excalidraw", "type": "module", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Nuxt Excalidraw allow you to use the amazing React library Excalidraw inside your Nuxt 3 application.", "author": "Angelo Schuler Piletti ", "license": "MIT",