From 76d87aa002ab479191860113185f9ba2c6f96272 Mon Sep 17 00:00:00 2001 From: LEI Zongmin Date: Sat, 4 Jun 2022 00:12:31 +0800 Subject: [PATCH] publish: v1.0.12 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee91b55a..cc90f361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # CHANGELOG +## v1.0.12 (2022-06-04) + +- [feat: add eslint:recommended check](https://github.com/leizongmin/js-xss/pull/252) by @lumburr +- [fix: comment has encoded](https://github.com/leizongmin/js-xss/pull/257) by @lumburr +- [fix: whitelist match failure due to case ignoring](https://github.com/leizongmin/js-xss/pull/256) by @lumburr +- [fix: class is wrong separated by attributes in method onTagAttr](https://github.com/leizongmin/js-xss/pull/253) by @lumburr + ## v1.0.11 (2022-03-06) -- [feat: add support for allowList as an alias for whiteList](https://github.com/leizongmin/js-xss/pull/249) +- [feat: add support for allowList as an alias for whiteList](https://github.com/leizongmin/js-xss/pull/249) by @schu34 ## v1.0.10 (2021-10-08) diff --git a/package.json b/package.json index 0f110fd7..47df6c87 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.11", + "version": "1.0.12", "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", "author": "Zongmin Lei (http://ucdok.com)", "repository": {