diff --git a/changelog.markdown b/changelog.markdown index 2ad4c1237..431cc9a0d 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,22 @@ +# 16.0.0 + +add `--preserve-symlinks` option from Node 6.3 + +https://github.com/browserify/browserify/pull/1742 +https://github.com/browserify/browserify/pull/1801 + +update the browser version of `events` to 2.0.0—this version adds methods like `prependListener` that were introduced in recent node versions, but it is also twice the size of events v1.x (2KB instead of 1KB). + +https://github.com/browserify/browserify/pull/1803 + +Dynamically calculate `__dirname` and `__filename` when `--node` is passed + +https://github.com/browserify/browserify/pull/1725 + +upgrade module-deps, see https://github.com/browserify/module-deps/releases/tag/v6.0.0 + +https://github.com/browserify/browserify/commit/e5e1ec8799f1007a56118ae46646e0048385ed84 + # 15.2.0 create parent directories if they do not exist when `--outfile /x/y/z/bundle.js` is used diff --git a/package.json b/package.json index 64cbeec4c..74cd2a3e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "15.2.0", + "version": "16.0.0", "description": "browser-side require() the node way", "main": "index.js", "bin": {