From 26911358f2b0a04aee6c119c10864b7ed9908d5d Mon Sep 17 00:00:00 2001 From: Michael Mok Date: Sat, 1 Jun 2024 21:13:53 +0200 Subject: [PATCH] chore: release v0.5.14 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4da7d4..3137cc99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.5.14 (1 Jun 2024) + +### Fixes + +- Moved to `ansi-html` `v0.0.9` and `schema-utils` `v4.x` (#848) + +### Internal + +- Run tests on latest versions of Node.js 18, 20 and 22 (#848) +- Bumped `jest` to v29 and some other development dependencies (#848) +- Removed `yalc` (#849) + ## 0.5.13 (28 Apr 2024) ### Fixes diff --git a/package.json b/package.json index 3bd74194..1ab3e88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.13", + "version": "0.5.14", "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.", "keywords": [ "react",