Skip to content

Commit

Permalink
16.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 9, 2018
1 parent e34599a commit 36d7c9a
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 @@
# 16.2.1

Fix relative `--external` paths on Windows.

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

Fix tests to work on Windows, and add Appveyor CI for Windows testing.

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

# 16.2.0

update the browser versions of `vm-browserify` and `string_decoder`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "16.2.0",
"version": "16.2.1",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 36d7c9a

Please sign in to comment.