From c04b2f4e64f9875adb6450a27b9cb401e218637b Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Mon, 2 Oct 2017 19:22:26 +1000 Subject: [PATCH] Release v0.19.0 --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ae3f5762..1140d2d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 0.19.0 / 2017-10-02 + ## Breaking Changes - Removed hooking of React, Preact and Inferno `render()` functions in quick commands, as this won't work with ES modules builds (which are used by default in Webpack v3). This affected the current version of Preact at the time of writing. diff --git a/package.json b/package.json index a2de6ed3..e77ec611 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.10", + "version": "0.19.0", "license": "MIT", "author": "Jonny Buchanan ", "bin": {