Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Dec 15, 2015
1 parent b6de67a commit cf0b9c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.5.0 / 2015-12-15

**Added:**

- Top-level Webpack config can now be provided for loaders which support it, as a `config` object in their `nwb.config.js` `loaders` configuration. This is intended for loaders which can't use serialisable `query` config due to plugins, such as some CSS preprocessors [[#18](https://github.com/insin/nwb/issues/18)]
Expand All @@ -8,13 +10,13 @@

**Changed:**

- Downgraded qs dependency so Node.js 0.12.x can be used [[#19](https://github.com/insin/nwb/issues/19)]
- Downgraded qs dependency so nwb can be used with Node.js 0.12.x [[#19](https://github.com/insin/nwb/issues/19)]

**Dependencies:**

- copy-template-dir: v1.0.5 → v1.1.0 - rename all files beginning with `_`
- expect: v0.13.0 → [v0.13.3](https://github.com/mjackson/expect/blob/master/CHANGES.md#v1133) - `Map`, `Set` and circular comparison fixes
- qs: v6.0.0 → v5.2.0
- qs: v6.0.0 → v5.2.0 - downgrade to lose Node.js >= 4.0.0 requirement

# 0.4.1 / 2015-12-13

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": "npm web builder - a development tool for React and web modules",
"version": "0.4.1",
"version": "0.5.0",
"license": "MIT",
"author": "Jonny Buchanan <[email protected]>",
"bin": {
Expand Down

0 comments on commit cf0b9c6

Please sign in to comment.