Skip to content

Commit

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

## v1.0.11 (2022-03-06)

- [feat: add support for allowList as an alias for whiteList](https://github.com/leizongmin/js-xss/pull/249)

## v1.0.10 (2021-10-08)

- [Fix: #239 stripCommentTag DoS attack](https://github.com/leizongmin/js-xss/pull/239)
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.10",
"version": "1.0.11",
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
"author": "Zongmin Lei <[email protected]> (http://ucdok.com)",
"repository": {
Expand Down

0 comments on commit ed295ca

Please sign in to comment.