Skip to content

Commit

Permalink
chore: prepare 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Mar 26, 2018
1 parent 2363398 commit acc5962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

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

# 0.2.2 - 2018-03-26

- Fix: support `webpack-dev-middleware@2`.

# 0.2.1 - 2018-03-26

- Fix: overwrite `middlewar`e if proxy is `String`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-sync-dev-hot-webpack-plugin",
"version": "0.2.1",
"version": "0.2.2",
"description":
"Combines BrowserSync, webpack-dev-middleware, and webpack-hot-middleware into one plugin",
"license": "MIT",
Expand Down Expand Up @@ -67,7 +67,7 @@
"peerDependencies": {
"browser-sync": "^2.0.0",
"webpack": "^2.0.0 || ^3.0.0",
"webpack-dev-middleware": "^1.0.0",
"webpack-dev-middleware": "^1.0.0 || ^2.0.0",
"webpack-hot-middleware": "^2.0.0"
},
"scripts": {
Expand Down

0 comments on commit acc5962

Please sign in to comment.