Skip to content

Commit

Permalink
16.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 30, 2020
1 parent dc71ea0 commit da0f1e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.markdown
@@ -1,3 +1,13 @@
# 16.5.1

Remove deprecated `mkdirp` version in favour of `mkdirp-classic`.

https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2

Pin dependencies for Node.js 0.8 support.

https://github.com/browserify/browserify/pull/1939

# 16.5.0

Support custom name for `"browser"` field resolution in `package.json` using the `browserField` option.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "16.5.0",
"version": "16.5.1",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit da0f1e1

Please sign in to comment.