From 63a7bccbd5d10cf548cf479ea1f7f891a2f898e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:11:57 +0800 Subject: [PATCH] chore: release domiso (#38) Co-authored-by: github-actions[bot] --- .changeset/rich-plants-call.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rich-plants-call.md 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",