Skip to content

Commit

Permalink
Prepare 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Oct 4, 2017
1 parent 85b60bf commit 24f629d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage
examples
tests
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,17 @@ Plugin commands are supported by the following providers. ⁇ indicates that com

## Release Notes

* 3.1.1
* Fix issue where locked dependencies (package-lock.json) were ignored [#245][link-245]

* 3.1.0
* Allow filesystem polling in watch mode (`--webpack-use-polling`) [#215][link-215]
* Allow forced include of not referenced modules [#217][link-217]
* Automatically include peer dependencies of used modules [#223][link-223]
* Show explicit message if the provided webpack config can not be loaded [#234][link-234]
* Improve examples [#227][link-227]
* Update 3rd party provider compatibility table [#221][link-221]
* Added automatic Travis and Coveralls builds to increase stability
* Added automatic Travis and Coveralls builds to increase stability

* 3.0.0
* Integrate with `serverless invoke local` [#151][link-151]
Expand Down Expand Up @@ -499,3 +502,5 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
[link-223]: https://github.com/serverless-heaven/serverless-webpack/issues/223
[link-227]: https://github.com/serverless-heaven/serverless-webpack/pull/227
[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234

[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245
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": "serverless-webpack",
"version": "3.1.0",
"version": "3.1.1",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",
Expand Down

0 comments on commit 24f629d

Please sign in to comment.