Skip to content

Commit d646837

Browse files
committed
chore: release v0.5.4
1 parent 8336150 commit d646837

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.4 (22 December 2021)
2+
3+
### Fixes
4+
5+
- Skip loader injection for files referenced as assets (#545)
6+
- Changed failures of `exports` capturing to warn instead of throw (#546)
7+
18
## 0.5.3 (28 November 2021)
29

310
### Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmmmwh/react-refresh-webpack-plugin",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
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)