Skip to content

Commit acc5962

Browse files
author
evilebottnawi
committed
chore: prepare 0.2.2 release
1 parent 2363398 commit acc5962

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# 0.2.2 - 2018-03-26
8+
9+
- Fix: support `webpack-dev-middleware@2`.
10+
711
# 0.2.1 - 2018-03-26
812

913
- Fix: overwrite `middlewar`e if proxy is `String`.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sync-dev-hot-webpack-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description":
55
"Combines BrowserSync, webpack-dev-middleware, and webpack-hot-middleware into one plugin",
66
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"peerDependencies": {
6868
"browser-sync": "^2.0.0",
6969
"webpack": "^2.0.0 || ^3.0.0",
70-
"webpack-dev-middleware": "^1.0.0",
70+
"webpack-dev-middleware": "^1.0.0 || ^2.0.0",
7171
"webpack-hot-middleware": "^2.0.0"
7272
},
7373
"scripts": {

0 commit comments

Comments
 (0)