Skip to content

Commit

Permalink
Reease v0.18.3 as nwb@next
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jun 22, 2017
1 parent 2a0d215 commit 52a0af8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.18.3 / 2017-06-22

> This is the `next` release of nwb - you need to specify `nwb@next` or `[email protected]` 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.
Expand All @@ -8,10 +14,6 @@

# 0.18.2 / 2017-06-22

> This is the `next` release of nwb - you need to specify `nwb@next` or `[email protected]` 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
Expand Down

0 comments on commit 52a0af8

Please sign in to comment.