Skip to content

Commit

Permalink
Release v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed May 20, 2016
1 parent 15869e7 commit b8b8d29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log

## [3.1.3](https://github.com/ericclemmons/npm-install-webpack-plugin/tree/3.1.3) (2016-05-13)
[Full Changelog](https://github.com/ericclemmons/npm-install-webpack-plugin/compare/v3.1.2...3.1.3)
## [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)

**Implemented enhancements:**

- Warn on missing NPM packages [\#48](https://github.com/ericclemmons/npm-install-webpack-plugin/pull/48) ([bebraw](https://github.com/bebraw))

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

**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.3",
"version": "3.1.4",
"description": "Webpack loader to automatically npm install & save dependencies.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit b8b8d29

Please sign in to comment.