Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 26, 2023
1 parent e273d61 commit 687b638
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [7.0.0](https://github.com/webpack/webpack-dev-middleware/compare/v6.1.1...v7.0.0) (2023-12-26)


### ⚠ BREAKING CHANGES

* minimum supported Node.js version is 18.12.0 (#1694)
* updated memfs@4 (#1693)

### Features

* updated memfs@4 ([#1693](https://github.com/webpack/webpack-dev-middleware/issues/1693)) ([244d9f8](https://github.com/webpack/webpack-dev-middleware/commit/244d9f88daa1e3900e5095c58f6b52a4ee53c061))


* minimum supported Node.js version is 18.12.0 ([#1694](https://github.com/webpack/webpack-dev-middleware/issues/1694)) ([e273d61](https://github.com/webpack/webpack-dev-middleware/commit/e273d61ba774ef464399279f347a540762a9a9d7))

### [6.1.1](https://github.com/webpack/webpack-dev-middleware/compare/v6.1.0...v6.1.1) (2023-05-16)


Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-dev-middleware",
"version": "6.1.1",
"version": "7.0.0",
"description": "A development middleware for webpack",
"license": "MIT",
"repository": "webpack/webpack-dev-middleware",
Expand Down

0 comments on commit 687b638

Please sign in to comment.