diff --git a/.changeset/rich-plants-call.md b/.changeset/rich-plants-call.md deleted file mode 100644 index ddd30f55..00000000 --- a/.changeset/rich-plants-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"domiso": minor ---- - -feat: better compatibility with `dompurify`, prevent many more XSS cases diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2034c1..647a6553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.0 + +### Minor Changes + +- [#37](https://github.com/un-ts/domiso/pull/37) [`462eac0`](https://github.com/un-ts/domiso/commit/462eac0ed5bb53150ca14cec6e70b8307e6968ad) Thanks [@JounQin](https://github.com/JounQin)! - feat: better compatibility with `dompurify`, prevent many more XSS cases + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 38d1c787..242816ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domiso", - "version": "0.0.3", + "version": "0.1.0", "type": "module", "description": "The smallest and fastest Dom sanitizer based on browser native DOMParser", "repository": "git+https://github.com/un-ts/domiso.git",