From 53f85f8b6be13d71d25f2bbde905173dcf48e228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:00:03 +0800 Subject: [PATCH] chore: release domiso (#40) --- .changeset/silver-mayflies-beam.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silver-mayflies-beam.md 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",