From aa42408261334f3ffd677a699acab92f17a5b7e9 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Fri, 7 Jul 2017 10:18:03 +1000 Subject: [PATCH] Release v0.18.4 --- CHANGES.md | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d32914da..b417ba12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 0.18.4 / 2017-07-07 + +> 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 use of `@import` in CSS by adding `ident` back to `postcss-loader` config [[#311](https://github.com/insin/nwb/issues/311)] @@ -31,10 +37,6 @@ # 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. diff --git a/package.json b/package.json index 7a1912dc..685e5b5b 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.3", + "version": "0.18.4", "license": "MIT", "author": "Jonny Buchanan ", "bin": {