diff --git a/.changeset/silver-mayflies-beam.md b/.changeset/silver-mayflies-beam.md deleted file mode 100644 index 40da8484..00000000 --- a/.changeset/silver-mayflies-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"domiso": patch ---- - -refactor: tiny improvements diff --git a/CHANGELOG.md b/CHANGELOG.md index 647a6553..9718015c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.1 + +### Patch Changes + +- [#39](https://github.com/un-ts/domiso/pull/39) [`eae31ea`](https://github.com/un-ts/domiso/commit/eae31eafc03f32d67169ebd7512abff783e3c004) Thanks [@JounQin](https://github.com/JounQin)! - refactor: tiny improvements + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 242816ce..860e8e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domiso", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "The smallest and fastest Dom sanitizer based on browser native DOMParser", "repository": "git+https://github.com/un-ts/domiso.git",