Skip to content

Commit

Permalink
Version 1.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Aug 14, 2020
1 parent 785b3eb commit c9fcd89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Annotated webpack 4 config changelog

## 1.1.7 - 2020.08.13
### Fixed
* Modern config only for local dev, [fixing multi-compiler issues](https://github.com/webpack/webpack-dev-server/issues/2355) with HRM

## 1.1.6 - 2020.08.12
### Changed
* Remove `[hash]` from dev config to eliminate potential [memory errors](https://github.com/webpack/webpack-dev-server/issues/438)
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": "example-project",
"version": "1.1.6",
"version": "1.1.7",
"description": "Example Project brand website",
"keywords": [
"Example",
Expand Down

0 comments on commit c9fcd89

Please sign in to comment.