diff --git a/changelog.markdown b/changelog.markdown index 41f7aff45..d39b61271 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,9 @@ +# 11.2.0 + +When `bundleExternal` is set to `false`, `process` and `buffer` are now correctly excluded. Also, using `--igv` via the CLI now works. That also means that `--bare` and `--node` actually insert `__filename` and `__dirname`. + +https://github.com/substack/node-browserify/pull/1361 + # 11.1.0 adds a `'.'` to extensions if it wasn't added diff --git a/package.json b/package.json index 285030979..7d361acdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "11.1.0", + "version": "11.2.0", "description": "browser-side require() the node way", "main": "index.js", "bin": {