Skip to content

Commit

Permalink
chore(release): 2.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 20, 2023
1 parent 095aa45 commit fd8f44d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.25.4](https://github.com/webpack/webpack-dev-middleware/compare/v2.25.3...v2.25.4) (2023-06-21)


### Bug Fixes

* use reduce instead of Object.fromEntries to support old browsers

### [2.25.3](https://github.com/webpack/webpack-dev-middleware/compare/v2.25.2...v2.25.3) (2022-11-08)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-hot-middleware",
"version": "2.25.3",
"version": "2.25.4",
"description": "Webpack hot reloading you can attach to your own server",
"keywords": [
"webpack",
Expand Down

0 comments on commit fd8f44d

Please sign in to comment.