From c339c1f777f2f9ba34bb26d5ed67ae2eaede7c2a Mon Sep 17 00:00:00 2001 From: LEI Zongmin Date: Tue, 16 Aug 2022 21:54:05 +0800 Subject: [PATCH] publish: v1.0.14 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550e5073..40d4f6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c64cacc7..3201288c 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.13", + "version": "1.0.14", "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", "author": "Zongmin Lei (http://ucdok.com)", "repository": {