From 52a0af8c6354cf80e8f522eb743f74be37a8e3c6 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Thu, 22 Jun 2017 19:46:18 +1000 Subject: [PATCH] Reease v0.18.3 as nwb@next --- CHANGES.md | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fff7549d..68851a7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 0.18.3 / 2017-06-22 + +> This is the `next` release of nwb - you need to specify `nwb@next` or `nwb@0.18` when installing it. + +> **This release will not work with the default version of npm which comes with Node.js 4** as some of the Webpack npm packages nwb uses don't have Webpack 3 in their `peerDependencies` yet, which npm 2 treats as an error. + ## Fixed - Quick `build` command config was being created before the default `NODE_ENV = production` was applied, so output filenames didn't include a chunkhash by default. @@ -8,10 +14,6 @@ # 0.18.2 / 2017-06-22 -> This is the `next` release of nwb - you need to specify `nwb@next` or `nwb@0.18` when installing it. - -> **This release will not work with the default version of npm which comes with Node.js 4** as some of the Webpack npm packages nwb uses don't have Webpack 3 in their `peerDependencies` yet, which npm 2 treats as an error. - ## Fixed - Fixed clearing the console by default when running the development server. diff --git a/package.json b/package.json index f428d717..63368e40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb", "description": "A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)", - "version": "0.18.2", + "version": "0.18.3", "license": "MIT", "author": "Jonny Buchanan ", "bin": {