From 00cc377939e2434b321fd0c4253b882a6b5f1280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 11 Apr 2018 15:09:45 +0200 Subject: [PATCH] 16.2.0 --- changelog.markdown | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.markdown b/changelog.markdown index f3e3d3351..ccd3da31a 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,18 @@ +# 16.2.0 + +update the browser versions of `vm-browserify` and `string_decoder`. + +`string_decoder` updates to the Node 8+ API. +`vm-browserify` replaces an unlicensed dependency by an MIT one. + +https://github.com/browserify/browserify/pull/1829 + +# 16.1.1 + +add empty stub for the `perf_hooks` builtin module. + +https://github.com/browserify/browserify/pull/1815 + # 16.1.0 add `bare` and `node` options to the API, same as the `--bare` and `--node` CLI arguments. diff --git a/package.json b/package.json index ba949a92d..60ef6d8a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "16.1.1", + "version": "16.2.0", "description": "browser-side require() the node way", "main": "index.js", "bin": {