Skip to content

Commit

Permalink
chore(release): 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 3, 2023
1 parent 852245e commit ffb013a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

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.

## [6.1.0](https://github.com/webpack/webpack-dev-middleware/compare/v6.0.2...v6.1.0) (2023-05-03)


### Features

* added `mimeTypeDefault` option ([#1527](https://github.com/webpack/webpack-dev-middleware/issues/1527)) ([503d290](https://github.com/webpack/webpack-dev-middleware/commit/503d290b13f33fbbcde6353e98d28f665310655b))
* added `modifyResponseData` option ([#1529](https://github.com/webpack/webpack-dev-middleware/issues/1529)) ([35dac70](https://github.com/webpack/webpack-dev-middleware/commit/35dac7054ce9004a30e434b909c3837e63e3df7d))


### Bug Fixes

* don't use `memory-fs` when `writeToDisk` is `true` ([#1537](https://github.com/webpack/webpack-dev-middleware/issues/1537)) ([852245e](https://github.com/webpack/webpack-dev-middleware/commit/852245e3ef601827c760596cbd0b19e706ebe3ea))
* faster startup time ([f5f033b](https://github.com/webpack/webpack-dev-middleware/commit/f5f033b2ee03c2255ba759a914e3a1ea86c99cf6))

### [6.0.2](https://github.com/webpack/webpack-dev-middleware/compare/v6.0.1...v6.0.2) (2023-03-19)


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-dev-middleware",
"version": "6.0.2",
"version": "6.1.0",
"description": "A development middleware for webpack",
"license": "MIT",
"repository": "webpack/webpack-dev-middleware",
Expand Down

0 comments on commit ffb013a

Please sign in to comment.