From fe80ec3901b15034054fe5b0bdd1b115d463790e Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Mon, 19 Jun 2017 20:41:11 +1000 Subject: [PATCH] Release v0.17.1 --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d8527188..0542f554 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 0.17.1 / 2017-06-17 + ## Fixed - Fixed using a custom port for the dev server - Webpack Dev Server's client didn't like the format we were specifying the URL for the Hot Module Reloading connection in [[#328](https://github.com/insin/nwb/issues/328)] diff --git a/package.json b/package.json index 7170904b..1078b796 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.17.0", + "version": "0.17.1", "license": "MIT", "author": "Jonny Buchanan ", "bin": {