From cdab645c3e967211eb4ad3325b752d767963ff6b Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Sat, 16 May 2020 23:16:36 +1000 Subject: [PATCH] Release v0.24.7 --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d93fee3b..d92b643b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 0.24.7 / 2020-05-16 + ## Fixed - Fixed inclusion of `__source` and `__self` debugging information when transpiling JSX in `react-component` projects by defaulting `process.env.NODE_ENV` to `'production'` when building. diff --git a/package.json b/package.json index a6f0d53a..b841c552 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.24.6", + "version": "0.24.7", "license": "MIT", "author": "Jonny Buchanan ", "bin": {