Skip to content

Commit

Permalink
chore(release): 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 17, 2019
1 parent ec7eb9c commit 45d39ac
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# Change Log
# Changelog

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.4.0](/~https://github.com/webpack/webpack-dev-server/compare/v3.3.1...v3.4.0) (2019-05-17)


### Bug Fixes

* don't use self.location.port ([#1838](/~https://github.com/webpack/webpack-dev-server/issues/1838)) ([6d31984](/~https://github.com/webpack/webpack-dev-server/commit/6d31984))
* do not include config files in dist ([#1883](/~https://github.com/webpack/webpack-dev-server/issues/1883)) ([c535bb2](/~https://github.com/webpack/webpack-dev-server/commit/c535bb2))
* only add client entry to web targets ([#1775](/~https://github.com/webpack/webpack-dev-server/issues/1775)) ([cf4d0d0](/~https://github.com/webpack/webpack-dev-server/commit/cf4d0d0))
* update clientLogLevel to match docs and error ([#1825](/~https://github.com/webpack/webpack-dev-server/issues/1825)) ([7f52bbf](/~https://github.com/webpack/webpack-dev-server/commit/7f52bbf))
* add errors-warnings preset ([#1895](/~https://github.com/webpack/webpack-dev-server/issues/1895)) ([2a81ad2](/~https://github.com/webpack/webpack-dev-server/commit/2a81ad2))


### Features

* added injectClient option ([#1775](/~https://github.com/webpack/webpack-dev-server/issues/1775)) ([cf4d0d0](/~https://github.com/webpack/webpack-dev-server/commit/cf4d0d0))
* added injectHot option ([#1775](/~https://github.com/webpack/webpack-dev-server/issues/1775)) ([cf4d0d0](/~https://github.com/webpack/webpack-dev-server/commit/cf4d0d0))
* added sockPort option ([#1792](/~https://github.com/webpack/webpack-dev-server/issues/1792)) ([58d1682](/~https://github.com/webpack/webpack-dev-server/commit/58d1682))
* added sockHost option ([#1858](/~https://github.com/webpack/webpack-dev-server/issues/1858)) ([f47dff2](/~https://github.com/webpack/webpack-dev-server/commit/f47dff2))
* support HEAD method ([#1875](/~https://github.com/webpack/webpack-dev-server/issues/1875)) ([c2360e4](/~https://github.com/webpack/webpack-dev-server/commit/c2360e4))
* added liveReload option ([#1889](/~https://github.com/webpack/webpack-dev-server/issues/1889)) ([fc4fe32](/~https://github.com/webpack/webpack-dev-server/commit/fc4fe32))
* update express to 4.17 version


## [3.3.1](/~https://github.com/webpack/webpack-dev-server/compare/v3.3.0...v3.3.1) (2019-04-09)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-dev-server",
"version": "3.3.1",
"version": "3.4.0",
"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 45d39ac

Please sign in to comment.