From da0f1e1d306af457305cde8510347cd3a1c528f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 30 Mar 2020 12:22:40 +0200 Subject: [PATCH] 16.5.1 --- changelog.markdown | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.markdown b/changelog.markdown index f4cc8b554..b0aa46b9b 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,13 @@ +# 16.5.1 + +Remove deprecated `mkdirp` version in favour of `mkdirp-classic`. + +https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2 + +Pin dependencies for Node.js 0.8 support. + +https://github.com/browserify/browserify/pull/1939 + # 16.5.0 Support custom name for `"browser"` field resolution in `package.json` using the `browserField` option. diff --git a/package.json b/package.json index 588e964c0..f107946cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "16.5.0", + "version": "16.5.1", "description": "browser-side require() the node way", "main": "index.js", "bin": {