Skip to content

Commit

Permalink
chore(release): 2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 1, 2024
1 parent 06108ba commit a4c68b6
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.26.1](https://github.com/webpack/webpack-dev-middleware/compare/v2.26.0...v2.26.1) (2024-02-01)


### Fixes

* add fallbacks to `moduleName` and `loc` webpack 5 error fields if not present in middleware's error formatter

### [2.26.0](https://github.com/webpack/webpack-dev-middleware/compare/v2.25.4...v2.26.0) (2023-12-25)


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.26.0",
"version": "2.26.1",
"description": "Webpack hot reloading you can attach to your own server",
"keywords": [
"webpack",
Expand Down

0 comments on commit a4c68b6

Please sign in to comment.