Skip to content

Commit

Permalink
chore: release v0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Aug 15, 2023
1 parent 02b2592 commit 0b96057
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 0.5.11 (15 Aug 2023)

### Features

- Added support to exclude dynamically generated modules from other loaders (#769)

### Fixes

- Fixed unnecessary memory leaks due to `prevExports`` (#766)
- Relaxed peer dependency requirement on `type-fest` to allow v4.x (#767)
- Fixed module type resolution when there is difference across contexts (#768)

## 0.5.10 (24 Nov 2022)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
"version": "0.5.10",
"version": "0.5.11",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
Expand Down

0 comments on commit 0b96057

Please sign in to comment.