Skip to content

Commit 63a7bcc

Browse files
chore: release domiso (#38)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 462eac0 commit 63a7bcc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/rich-plants-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.0.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domiso",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "The smallest and fastest Dom sanitizer based on browser native DOMParser",
66
"repository": "git+https://github.com/un-ts/domiso.git",

0 commit comments

Comments
 (0)