Skip to content

Commit 06a47d1

Browse files
substacksubstack
authored andcommitted
14.1.0
1 parent 67ea8b1 commit 06a47d1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 14.1.0
2+
3+
writes to a temp outfile until success
4+
5+
Previously, browserify would overwrite output files when an error occurs.
6+
7+
https://github.com/substack/node-browserify/pull/1673
8+
https://github.com/substack/node-browserify/issues/899
9+
110
# 14.0.0
211

312
Updates the version of the buffer package, which drops support for IE8-10.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserify",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "browser-side require() the node way",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)