We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790dbbe commit 2691135Copy full SHA for 2691135
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.5.14 (1 Jun 2024)
2
+
3
+### Fixes
4
5
+- Moved to `ansi-html` `v0.0.9` and `schema-utils` `v4.x` (#848)
6
7
+### Internal
8
9
+- Run tests on latest versions of Node.js 18, 20 and 22 (#848)
10
+- Bumped `jest` to v29 and some other development dependencies (#848)
11
+- Removed `yalc` (#849)
12
13
## 0.5.13 (28 Apr 2024)
14
15
### Fixes
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",
0 commit comments