Skip to content

Commit

Permalink
16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 11, 2018
1 parent 7005b6e commit 00cc377
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.markdown
@@ -1,3 +1,18 @@
# 16.2.0

update the browser versions of `vm-browserify` and `string_decoder`.

`string_decoder` updates to the Node 8+ API.
`vm-browserify` replaces an unlicensed dependency by an MIT one.

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

# 16.1.1

add empty stub for the `perf_hooks` builtin module.

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

# 16.1.0

add `bare` and `node` options to the API, same as the `--bare` and `--node` CLI arguments.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "16.1.1",
"version": "16.2.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 00cc377

Please sign in to comment.