diff --git a/changelog.markdown b/changelog.markdown index 079b164a8..05d38d3d2 100644 --- a/changelog.markdown +++ b/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. diff --git a/package.json b/package.json index 2e6f45318..f4565b354 100644 --- a/package.json +++ b/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": {