Skip to content

Commit fea52f1

Browse files
chore: release domiso v0.0.2 (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 20ee396 commit fea52f1

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/cyan-baboons-relax.md

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

.changeset/yellow-cooks-film.md

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

CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
311
## 0.0.1
412

513
### 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.1",
3+
"version": "0.0.2",
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)