Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSchulerPiletti committed Nov 14, 2023
1 parent 201e254 commit 8b3ba6b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


## 0.1.0 (2023-11-14)


### ✨ Features

* :sparkles: add minimal example on playground ([d76cc46](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/d76cc462199e9cb347ba50a86044ffb3f8b780cd))
* :sparkles: create excalidraw board component ([647f6c7](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/647f6c7e3fb09d647e6a35bb834fed344a0074ab))
* :sparkles: define module ([2344782](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/23447828f3fc9463d0d49ff40763f8db97791105))
* :tada: init ([5b584b8](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/5b584b8a52304aab3ace2ebf5543f29456d7d6ff))


### ⚙️ Chore

* :fire: remove inexisting config on nuxt.config playground ([6d28e07](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/6d28e0791010048d08459b234cc997bddfa242f8))
* :heavy_plus_sign: add dependencies and configure package.json ([699b359](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/699b35902f98ac75b44b88778ccb420c84035c95))
* :pushpin: pin node version on nvm ([6cd5133](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/6cd5133e2a4843ffa891d1633b9017d8a36ad704))
* :technologist: configure eslint ([96fe24d](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/96fe24d94ce476d22708bc95f9f2352f31cbbdb4))
* :technologist: define vscode settings and extensions ([6f43ce7](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/6f43ce7977e21f4bf83cbcb8f5f63e9c06865496))
* :technologist: prettier ignore all ([86f5d14](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/86f5d1468e3be14a682c0342d72b53e548df8b38))
* :wrench: configure command for release ([201e254](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/201e2544c76f2a9f027815da11fbb2faab39722c))
* :wrench: configure release-it ([75c2506](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/75c2506d6e192e85ded306742f5bef460b6127c0))


### 🧪 Test

* :fire: remove standard tests ([18ea3ae](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/18ea3ae7093a6660e4c08780ab1b119d59801f65))
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": "0.0.0",
"version": "0.1.0",
"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 8b3ba6b

Please sign in to comment.