Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Mar 2, 2020
1 parent 0646f4e commit 6e06450
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
## 0.1.3 (19 December, 2019)
## 0.2.0 (2 March 2020)

- Added `webpack-hot-middleware` support (#23)
- Fixed dependency on a global `this` variable to better support web workers (#26)

## 0.1.3 (19 December 2019)

- Fixed runtime template injection when the `runtimeChunks` optimization is used in Webpack (#26)

## 0.1.2 (18 December, 2019)
## 0.1.2 (18 December 2019)

- Fixed caching of Webpack loader to significantly improve performance (#22)

## 0.1.1 (13 December, 2019)
## 0.1.1 (13 December 2019)

- Fixed usage of WDS SockJS fallback (#17)

## 0.1.0 (7 December, 2019)
## 0.1.0 (7 December 2019)

- Initial public release
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.1.3",
"version": "0.2.0",
"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 6e06450

Please sign in to comment.