Skip to content

Commit

Permalink
chore(release): 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 25, 2019
1 parent eb48691 commit bf99c26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Expand Up @@ -2,21 +2,15 @@

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.

# [3.2.0](https://github.com/webpack/webpack-dev-server/compare/v3.1.14...v3.2.0) (2019-02-20)
## [3.2.1](https://github.com/webpack/webpack-dev-server/compare/v3.2.0...v3.2.1) (2019-02-25)


### Bug Fixes

* allow single object proxy config ([#1633](https://github.com/webpack/webpack-dev-server/issues/1633)) ([252ea4f](https://github.com/webpack/webpack-dev-server/commit/252ea4f))
* SPDY fails in node >= 11.1.0 ([#1660](https://github.com/webpack/webpack-dev-server/issues/1660)) ([b92e5fd](https://github.com/webpack/webpack-dev-server/commit/b92e5fd))


### Features

* add `sockPath` option (`options.sockPath`) ([#1553](https://github.com/webpack/webpack-dev-server/issues/1553)) ([4bf1f76](https://github.com/webpack/webpack-dev-server/commit/4bf1f76))
* allow to use `ca`, `pfx`, `key` and `cert` as string ([#1542](https://github.com/webpack/webpack-dev-server/issues/1542)) ([0b89fd9](https://github.com/webpack/webpack-dev-server/commit/0b89fd9))
* automatically add the HMR plugin when hot or hotOnly is enabled ([#1612](https://github.com/webpack/webpack-dev-server/issues/1612)) ([178e6cc](https://github.com/webpack/webpack-dev-server/commit/178e6cc))
* set `development` mode by default when unspecified ([#1653](https://github.com/webpack/webpack-dev-server/issues/1653)) ([5ea376b](https://github.com/webpack/webpack-dev-server/commit/5ea376b))
* deprecation message about `setup` now warning about `v4` ([#1684](https://github.com/webpack/webpack-dev-server/issues/1684)) ([523a6ec](https://github.com/webpack/webpack-dev-server/commit/523a6ec))
* **regression:** allow `ca`, `key` and `cert` will be string ([#1676](https://github.com/webpack/webpack-dev-server/issues/1676)) ([b8d5c1e](https://github.com/webpack/webpack-dev-server/commit/b8d5c1e))
* **regression:** handle `key`, `cert`, `cacert` and `pfx` in CLI ([#1688](https://github.com/webpack/webpack-dev-server/issues/1688)) ([4b2076c](https://github.com/webpack/webpack-dev-server/commit/4b2076c))
* **regression:** problem with `idb-connector` after update `internal-ip` ([#1691](https://github.com/webpack/webpack-dev-server/issues/1691)) ([eb48691](https://github.com/webpack/webpack-dev-server/commit/eb48691))



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-server",
"version": "3.2.0",
"version": "3.2.1",
"description": "Serves a webpack app. Updates the browser on changes.",
"bin": "bin/webpack-dev-server.js",
"main": "lib/Server.js",
Expand Down

0 comments on commit bf99c26

Please sign in to comment.