Skip to content

Commit 94732e7

Browse files
authored
chore: release v0.6.2 (#935)
1 parent 41d5635 commit 94732e7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.6.2 (26 Nov 2025)
2+
3+
### Fixes
4+
5+
- Relaxed peer dependency requirement on `type-fest` to allow v5.x
6+
([#934](https://github.com/pmmmwh/react-refresh-webpack-plugin/pull/934))
7+
18
## 0.6.1 (26 Jun 2025)
29

310
### Fixes

docs/TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ You can load this script via any CDN for `npm`, such as `jsDelivr` and `unpkg`:
275275

276276
```html
277277
<!-- if you prefer jsDelivr -->
278-
<script src=" https://cdn.jsdelivr.net/npm/@pmmmwh/react-refresh-webpack-plugin@^0.6.1/umd/client.min.js "></script>
278+
<script src=" https://cdn.jsdelivr.net/npm/@pmmmwh/react-refresh-webpack-plugin@^0.6.2/umd/client.min.js "></script>
279279

280280
<!-- if you prefer unpkg -->
281-
<script src="https://unpkg.com/@pmmmwh/react-refresh-webpack-plugin@^0.6.1/umd/client.min.js"></script>
281+
<script src="https://unpkg.com/@pmmmwh/react-refresh-webpack-plugin@^0.6.2/umd/client.min.js"></script>
282282
```
283283

284284
If you don't want to use the provided script,

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.6.1",
3+
"version": "0.6.2",
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)