We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd045fa commit 0483edaCopy full SHA for 0483eda
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+##### v1.6.1
2
+
3
+* Fixes issue with multiple `blacklist`/`whitelist` options
4
+* Typo in README
5
6
##### v1.6.0
7
8
* Adds in `whitelist` and `blacklist` support for `csrf`
package.json
@@ -1,6 +1,6 @@
{
"name": "lusca",
- "version": "1.6.0",
+ "version": "1.6.1",
"description": "Application security for express.",
"main": "index",
"scripts": {
0 commit comments