Skip to content

Commit

Permalink
chore: release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Nov 18, 2021
1 parent 1046f66 commit d35f646
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.5.2 (19 November 2021)

### Features

- Added support for WDS v4 `client.webSocketURL` (#529)

### Fixes

- Fixed lost module context due to interceptor by always using regular functions (#531)
- Relaxed peer dependency requirement on `react-refresh` (#534)

## 0.5.1 (15 September 2021)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
"version": "0.5.1",
"version": "0.5.2",
"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 d35f646

Please sign in to comment.