We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34599a commit 36d7c9aCopy full SHA for 36d7c9a
changelog.markdown
@@ -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
11
# 16.2.0
12
13
update the browser versions of `vm-browserify` and `string_decoder`.
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": {
0 commit comments