Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
16.1.0
  • Loading branch information
goto-bus-stop committed Feb 12, 2018
1 parent 7260e36 commit 61c1994
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 @@
# 16.1.0

add `bare` and `node` options to the API, same as the `--bare` and `--node` CLI arguments.

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

# 16.0.0

add `--preserve-symlinks` option from Node 6.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "16.0.0",
"version": "16.1.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 61c1994

Please sign in to comment.