From cfd3af23f6383bb5899dbb5e39beb7834b042d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 25 Sep 2018 16:31:43 +0200 Subject: [PATCH] 16.2.3 --- changelog.markdown | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.markdown b/changelog.markdown index 85fc3e31c..ec63d8c91 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,13 @@ +# 16.2.3 + +add empty stub for the `inspector` builtin module. + +https://github.com/browserify/browserify/pull/1854 + +change the "browser" field link to the browser-field-spec repo instead of the old gist. + +https://github.com/browserify/browserify/pull/1845 + # 16.2.2 Remove some extraneous files from the published package. diff --git a/package.json b/package.json index 22c1bc19e..c29b5f621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "16.2.1", + "version": "16.2.3", "description": "browser-side require() the node way", "main": "index.js", "bin": {