Skip to content

Commit 0b96057

Browse files
committed
chore: release v0.5.11
1 parent 02b2592 commit 0b96057

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.11 (15 Aug 2023)
2+
3+
### Features
4+
5+
- Added support to exclude dynamically generated modules from other loaders (#769)
6+
7+
### Fixes
8+
9+
- Fixed unnecessary memory leaks due to `prevExports`` (#766)
10+
- Relaxed peer dependency requirement on `type-fest` to allow v4.x (#767)
11+
- Fixed module type resolution when there is difference across contexts (#768)
12+
113
## 0.5.10 (24 Nov 2022)
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.10",
3+
"version": "0.5.11",
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)