Skip to content

Commit

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


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


### 🪲 Bug Fixes

* :bug: make component client mode ([570bdc1](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/570bdc1d49f0ae8364d5e268d23350627464bdd0))
* :bug: redo imports and manage tick ([f2c88d9](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/f2c88d9d782ec18d2356c55ef9c26e20cd12db8d))
* :fire: stop using client-only ([8a56466](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/8a5646626d65e90c432d02d604c1ff95b0cd72cb))


### 🎨 Style

* :art: eslint fix code style ([c083761](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/c083761c24a4190f98a297dd923b59327c48d2a0))

## [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)


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.3",
"version": "1.0.0-beta.4",
"description": "Nuxt Excalidraw allow you to use the amazing React library Excalidraw inside your Nuxt 3 application.",
"author": "Angelo Schuler Piletti <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d196ae0

Please sign in to comment.