From 12c48e6f7a97a06db7ea80c268b00a6c442bb055 Mon Sep 17 00:00:00 2001 From: Michael Mok Date: Mon, 23 May 2022 02:04:07 +0200 Subject: [PATCH] chore: release v0.5.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd64a7f..6933159e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.5.7 (23 May 2022) + +### Fixes + +- Removed debug `console.log` statement (#631) + +### Internal + +- Run tests on Node.js 18 (#631) + ## 0.5.6 (10 May 2022) ### Fixes diff --git a/package.json b/package.json index 10e97ee1..5d7c0f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.6", + "version": "0.5.7", "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.", "keywords": [ "react",