publish: v1.0.11

This commit is contained in:
Zongmin Lei
2022-03-06 15:21:07 +08:00
parent daa471e560
commit ed295cae25
2 changed files with 5 additions and 1 deletions

View File

@@ -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)

View File

@@ -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 <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {