diff --git a/.changeset/few-lobsters-pull.md b/.changeset/few-lobsters-pull.md deleted file mode 100644 index 0f23d83..0000000 --- a/.changeset/few-lobsters-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chialab/plasma': patch ---- - -Support custom elements without assign function. diff --git a/CHANGELOG.md b/CHANGELOG.md index 39788b2..e3e9238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chialab/plasma +## 0.4.1 + +### Patch Changes + +- e02cc49: Support custom elements without assign function. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 39c0404..f9509e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/plasma", - "version": "0.4.0", + "version": "0.4.1", "description": "Generate Custom Elements wrappers for Angular, React, Svelte and Vue.", "type": "module", "main": "dist/index.js",