From fea52f1432592245ad093c4c476bbb8fd3ef63b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:05:21 +0800 Subject: [PATCH] chore: release domiso v0.0.2 (#6) Co-authored-by: github-actions[bot] --- .changeset/cyan-baboons-relax.md | 5 ----- .changeset/yellow-cooks-film.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cyan-baboons-relax.md delete mode 100644 .changeset/yellow-cooks-film.md 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",