diff --git a/.changeset/poor-lies-report.md b/.changeset/poor-lies-report.md deleted file mode 100644 index 48face7..0000000 --- a/.changeset/poor-lies-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chialab/plasma': patch ---- - -Fix event declarations in svelte. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcf189..8683202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chialab/plasma +## 0.3.4 + +### Patch Changes + +- 8ee0a59: Fix event declarations in svelte. + ## 0.3.3 ### Patch Changes diff --git a/package.json b/package.json index 1ba1f9c..5770aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/plasma", - "version": "0.3.3", + "version": "0.3.4", "description": "Generate Custom Elements wrappers for Angular, React, Svelte and Vue.", "type": "module", "main": "dist/index.js",