Skip to content

Commit fd5e61c

Browse files
chore(release): 7.4.3
1 parent 7f73b77 commit fd5e61c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [7.4.3](https://github.com/webpack/webpack-dev-middleware/compare/v7.4.2...v7.4.3) (2025-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* do not call the next middleware for 304 responses ([#2155](https://github.com/webpack/webpack-dev-middleware/issues/2155)) ([c26a326](https://github.com/webpack/webpack-dev-middleware/commit/c26a32679c6f4f74895011c4cab4e6d3e2d4cbf4))
11+
* do not call the next middleware when request is finished or errored ([#2156](https://github.com/webpack/webpack-dev-middleware/issues/2156)) ([116c680](https://github.com/webpack/webpack-dev-middleware/commit/116c680de72f726a25201195d2100d81d696e4ac))
12+
513
### [7.4.2](https://github.com/webpack/webpack-dev-middleware/compare/v7.4.1...v7.4.2) (2024-08-21)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
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-dev-middleware",
3-
"version": "7.4.2",
3+
"version": "7.4.3",
44
"description": "A development middleware for webpack",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)