Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed May 23, 2016
1 parent 3daee21 commit 7649f30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

## [3.1.4](https://github.com/ericclemmons/npm-install-webpack-plugin/tree/3.1.4) (2016-05-20)
[Full Changelog](https://github.com/ericclemmons/npm-install-webpack-plugin/compare/v3.1.3...3.1.4)
## [4.0.0](https://github.com/ericclemmons/npm-install-webpack-plugin/tree/4.0.0) (2016-05-23)
[Full Changelog](https://github.com/ericclemmons/npm-install-webpack-plugin/compare/v3.1.4...4.0.0)

**Implemented enhancements:**

- installPeers Option [\#41](https://github.com/ericclemmons/npm-install-webpack-plugin/issues/41)
- New Options \(dev, peerDependencies\) [\#13](https://github.com/ericclemmons/npm-install-webpack-plugin/pull/13) ([insin](https://github.com/insin))

## [v3.1.4](https://github.com/ericclemmons/npm-install-webpack-plugin/tree/v3.1.4) (2016-05-20)
[Full Changelog](https://github.com/ericclemmons/npm-install-webpack-plugin/compare/v3.1.3...v3.1.4)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-install-webpack-plugin",
"version": "3.1.4",
"version": "4.0.0",
"description": "Webpack loader to automatically npm install & save dependencies.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 7649f30

Please sign in to comment.