Skip to content

Commit

Permalink
15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 15, 2018
1 parent 5dfbc4d commit b4fcdea
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 @@
# 15.2.0

create parent directories if they do not exist when `--outfile /x/y/z/bundle.js` is used

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

add regression test for object rest spread syntax

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

# 15.1.0

restore support for node `< 4.0` until we can decide on a support schedule
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "15.1.0",
"version": "15.2.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit b4fcdea

Please sign in to comment.