Skip to content

Commit 62157ec

Browse files
committed
1 parent 7a21a5f commit 62157ec

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
unreleased
2+
==========
3+
4+
5+
- Do not throw un-catchable error on file open race condition
6+
- Use `escape-html` for HTML escaping
7+
8+
9+
10+
111
1.2.2 / 2014-06-09
212
==================
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"escape-html": "1.0.1",
1010
"parseurl": "1.0.1",
11-
"send": "0.4.2"
11+
"send": "0.4.3"
1212
},
1313
"devDependencies": {
1414
"istanbul": "0.2.10",

0 commit comments

Comments
 (0)