Skip to content

Commit

Permalink
16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 5, 2019
1 parent 9e3397b commit 9824fae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.markdown
@@ -1,3 +1,17 @@
# 16.3.0

add empty stub for the `http2` builtin module.

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

update license text to remove references to code that is no longer included.

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

add more tests for folder resolution.

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

# 16.2.3

add empty stub for the `inspector` builtin module.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "16.2.3",
"version": "16.3.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 9824fae

Please sign in to comment.