Skip to content

Commit

Permalink
Release 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sky committed Jul 20, 2020
1 parent 40a7c2b commit 7f5e1a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="4.5.4"></a>
## [4.5.4](https://github.com/easy-team/egg-webpack/compare/4.5.3...4.5.4) (2020-07-20)


### Bug Fixes

* https://github.com/easy-team/egg-webpack/issues/23 ([40a7c2b](https://github.com/easy-team/egg-webpack/commit/40a7c2b))



<a name="4.5.3"></a>
## [4.5.3](https://github.com/easy-team/egg-webpack/compare/4.5.2...4.5.3) (2020-04-11)

Expand Down
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -51,4 +51,4 @@ module.exports = app => {
app.ready(() => {
app.messenger.sendToAgent(Constant.EVENT_WEBPACK_BUILD_STATE);
});
};
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "egg-webpack",
"version": "4.5.3",
"version": "4.5.4",
"description": "webpack dev server plugin for egg, support read file in memory and hot reload.",
"eggPlugin": {
"name": "webpack",
Expand Down

0 comments on commit 7f5e1a1

Please sign in to comment.