Skip to content

Commit

Permalink
publish: v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Aug 16, 2022
1 parent 71c3f25 commit c339c1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v1.0.14 (2022-08-16)

- [fix: problem with not closed tag](https://github.com/leizongmin/js-xss/pull/262) by @slawiko
- [fix: add allowList to types](https://github.com/leizongmin/js-xss/pull/261) by @metonym

## v1.0.13 (2022-06-07)

- [revert: fix: comment has encoded](https://github.com/leizongmin/js-xss/pull/257)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xss",
"main": "./lib/index.js",
"typings": "./typings/xss.d.ts",
"version": "1.0.13",
"version": "1.0.14",
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {
Expand Down

0 comments on commit c339c1f

Please sign in to comment.