From 2deacabc3f3aa5773afda588406cd4d8bfea5b56 Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Wed, 13 Dec 2017 23:46:15 +0800 Subject: [PATCH] publish v0.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df4a77d..3e7b44e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "xss", "main": "./lib/index.js", "typings": "./typings/xss.d.ts", - "version": "0.3.4", + "version": "0.3.5", "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", "author": "Zongmin Lei (http://ucdok.com)", "repository": {