Skip to content

Commit

Permalink
chore: release v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Oct 9, 2022
1 parent f7c0261 commit 40f1657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 0.5.8 (9 Oct 2022)

### Fixes

- Fixed performance issue regarding `require.resolve` in loader injection (#669)
- Bumped `core-js-pure` to not depend on deprecated versions (#674)

## 0.5.7 (23 May 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.7",
"version": "0.5.8",
"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 40f1657

Please sign in to comment.