Skip to content

Commit

Permalink
chore(release): 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 6, 2019
1 parent b2a6fed commit 894ba2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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.6.0](https://github.com/webpack/webpack-dev-middleware/compare/v3.5.2...v3.6.0) (2019-02-19)
## [3.6.1](https://github.com/webpack/webpack-dev-middleware/compare/v3.6.0...v3.6.1) (2019-03-06)


### Features
### Bug Fixes

* configurable file system via options.fs ([#370](https://github.com/webpack/webpack-dev-middleware/issues/370)) ([1762cb3](https://github.com/webpack/webpack-dev-middleware/commit/1762cb3))
* do not overwrite Content-Type if header already exists ([#377](https://github.com/webpack/webpack-dev-middleware/issues/377)) ([b2a6fed](https://github.com/webpack/webpack-dev-middleware/commit/b2a6fed))



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-middleware",
"version": "3.6.0",
"version": "3.6.1",
"description": "A development middleware for webpack",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 894ba2b

Please sign in to comment.