Skip to content

Commit

Permalink
14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
substack authored and substack committed Feb 14, 2017
1 parent 67ea8b1 commit 06a47d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.markdown
@@ -1,3 +1,12 @@
# 14.1.0

writes to a temp outfile until success

Previously, browserify would overwrite output files when an error occurs.

https://github.com/substack/node-browserify/pull/1673
https://github.com/substack/node-browserify/issues/899

# 14.0.0

Updates the version of the buffer package, which drops support for IE8-10.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "14.0.0",
"version": "14.1.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 06a47d1

Please sign in to comment.