浏览代码

Merge branch 'greenkeeper/xss-1.0.0' into devel

Lauri Ojansivu 7 年之前
父节点
当前提交
3bcd578fcb
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 8 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# Upcoming Wekan release
+
+This release adds the following new features:
+
+* [Update xss to version 1.00](https://github.com/wekan/wekan/commit/5b4d75a976244652d3c86e6d46c23d7c11e9ae8e).
+
+Thanks to GitHub user xet7 for contributions.
+
 # v1.01 2018-05-23 Wekan release
 # v1.01 2018-05-23 Wekan release
 
 
 This release possibly fixes the following bugs, please test:
 This release possibly fixes the following bugs, please test:

+ 1 - 1
package.json

@@ -29,6 +29,6 @@
     "es6-promise": "^4.2.4",
     "es6-promise": "^4.2.4",
     "meteor-node-stubs": "^0.4.1",
     "meteor-node-stubs": "^0.4.1",
     "os": "^0.1.1",
     "os": "^0.1.1",
-    "xss": "^0.3.8"
+    "xss": "^1.0.0"
   }
   }
 }
 }