Skip to content

Commit 2691135

Browse files
committed
chore: release v0.5.14
1 parent 790dbbe commit 2691135

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## 0.5.13 (28 Apr 2024)
214

315
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmmmwh/react-refresh-webpack-plugin",
3-
"version": "0.5.13",
3+
"version": "0.5.14",
44
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)