diff --git a/.changeset/cyan-baboons-relax.md b/.changeset/cyan-baboons-relax.md deleted file mode 100644 index ff389c99..00000000 --- a/.changeset/cyan-baboons-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"domiso": patch ---- - -feat: support removing unnecessary parent, remove parsererror diff --git a/.changeset/yellow-cooks-film.md b/.changeset/yellow-cooks-film.md deleted file mode 100644 index eb2b616c..00000000 --- a/.changeset/yellow-cooks-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"domiso": patch ---- - -feat: better HTML/XML support, remove `data:`, `javascript:` and `vbscript:` attributes diff --git a/CHANGELOG.md b/CHANGELOG.md index 339c1a00..b5c70d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.0.2 + +### Patch Changes + +- [#5](https://github.com/un-ts/domiso/pull/5) [`80480d9`](https://github.com/un-ts/domiso/commit/80480d98fb2433eb697ab1332f9b363b1d58cec3) Thanks [@JounQin](https://github.com/JounQin)! - feat: support removing unnecessary parent, remove parsererror + +* [#5](https://github.com/un-ts/domiso/pull/5) [`80480d9`](https://github.com/un-ts/domiso/commit/80480d98fb2433eb697ab1332f9b363b1d58cec3) Thanks [@JounQin](https://github.com/JounQin)! - feat: better HTML/XML support, remove `data:`, `javascript:` and `vbscript:` attributes + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index e1d4317f..0eda8557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domiso", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "description": "The smallest and fastest Dom sanitizer based on browser native DOMParser", "repository": "git+https://github.com/un-ts/domiso.git",