Skip to content

Commit 36d7c9a

Browse files
committed
16.2.1
1 parent e34599a commit 36d7c9a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 16.2.1
2+
3+
Fix relative `--external` paths on Windows.
4+
5+
https://github.com/browserify/browserify/pull/1704
6+
7+
Fix tests to work on Windows, and add Appveyor CI for Windows testing.
8+
9+
https://github.com/browserify/browserify/pull/1819
10+
111
# 16.2.0
212

313
update the browser versions of `vm-browserify` and `string_decoder`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserify",
3-
"version": "16.2.0",
3+
"version": "16.2.1",
44
"description": "browser-side require() the node way",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)