Skip to content

Commit aa3cddc

Browse files
chore(release): 3.11.3
1 parent 4fef67b commit aa3cddc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
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+
### [3.11.3](https://github.com/webpack/webpack-dev-server/compare/v3.11.2...v3.11.3) (2021-11-08)
6+
7+
8+
### Bug Fixes
9+
10+
* replace `ansi-html` with `ansi-html-community` ([#4011](https://github.com/webpack/webpack-dev-server/issues/4011)) ([4fef67b](https://github.com/webpack/webpack-dev-server/commit/4fef67b997a2bd09b46beb779c185ad8f85e3e1a))
11+
512
### [3.11.2](https://github.com/webpack/webpack-dev-server/compare/v3.11.1...v3.11.2) (2021-01-13)
613

714

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-dev-server",
3-
"version": "3.11.2",
3+
"version": "3.11.3",
44
"description": "Serves a webpack app. Updates the browser on changes.",
55
"bin": "bin/webpack-dev-server.js",
66
"main": "lib/Server.js",

0 commit comments

Comments
 (0)