From ed295cae25c4b55cd35398f4afb2d498f0c08bad Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Sun, 6 Mar 2022 15:21:07 +0800 Subject: [PATCH] publish: v1.0.11 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd8cd30..ee91b55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 355d706a..c47eda7b 100644 --- a/package.json +++ b/package.json @@ -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 (http://ucdok.com)", "repository": {