Skip to content

Commit 5ee62b7

Browse files
committed
1 parent 1e89ae7 commit 5ee62b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
unreleased
2+
==========
3+
4+
5+
- perf: enable strict mode
6+
- perf: optimize string replacement
7+
- perf: use faster string coercion
8+
19
1.4.2 / 2015-07-30
210
==================
311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "expressjs/errorhandler",
1111
"dependencies": {
1212
"accepts": "~1.2.12",
13-
"escape-html": "1.0.2"
13+
"escape-html": "1.0.3"
1414
},
1515
"devDependencies": {
1616
"after": "0.8.1",

0 commit comments

Comments
 (0)