Skip to content

Commit fd8f44d

Browse files
chore(release): 2.25.4
1 parent 095aa45 commit fd8f44d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [2.25.4](https://github.com/webpack/webpack-dev-middleware/compare/v2.25.3...v2.25.4) (2023-06-21)
6+
7+
8+
### Bug Fixes
9+
10+
* use reduce instead of Object.fromEntries to support old browsers
11+
512
### [2.25.3](https://github.com/webpack/webpack-dev-middleware/compare/v2.25.2...v2.25.3) (2022-11-08)
613

714

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-hot-middleware",
3-
"version": "2.25.3",
3+
"version": "2.25.4",
44
"description": "Webpack hot reloading you can attach to your own server",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)