* Escape strings in HTML output (XSS fix) (Zachery Metcalf)
 * Update LICENSE.md (Diana Lau)
This commit is contained in:
Miroslav Bajtoš 2018-01-25 14:38:01 +01:00
parent 89b6183704
commit d17d2a9551
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-01-25, Version 2.3.1
=========================
* Escape strings in HTML output (XSS fix) (Zachery Metcalf)
* Update LICENSE.md (Diana Lau)
2017-10-13, Version 2.3.0
=========================

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "2.3.0",
"version": "2.3.1",
"engines": {
"node": ">=4"
},