Skip to content

Commit

Permalink
13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmm committed May 6, 2016
1 parent 50b4e8d commit 1491be4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 13.0.1

## Internal

Use native `Array.isArray` and drop `isarray` dep.

# 13.0.0

This release bumps the [`buffer`](https://www.npmjs.com/package/buffer) dependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "13.0.0",
"version": "13.0.1",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 1491be4

Please sign in to comment.