Skip to content

Commit

Permalink
11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zertosh committed Sep 24, 2015
1 parent bb2a99d commit b7cf5be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit b7cf5be

Please sign in to comment.