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 cc54281 commit 0c910b1Copy full SHA for 0c910b1
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.5.1 (15 September 2021)
2
+
3
+### Fixes
4
5
+- Relaxed peer dependency requirement on `type-fest` to allow v2.x (#507, #508)
6
7
+### Internal
8
9
+- Fixed typos in README (#509)
10
11
## 0.5.0 (14 September 2021)
12
13
### BREAKING
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments