Skip to content

Commit

Permalink
Bumped version. Prepared 3.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Oct 11, 2017
1 parent f47c348 commit 9f6fba8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ individually, resulting in smaller Lambda packages that contain only the code an
dependencies needed to run the function. This allows the plugin to fully utilize
WebPack's [Tree-Shaking][link-webpack-tree] optimization.

## New in V3
## Recent improvements

* Support for individual packaging and optimization
* Integrate with `serverless invoke local` (including watch mode)
Expand Down Expand Up @@ -387,6 +387,9 @@ Plugin commands are supported by the following providers. ⁇ indicates that com

## Release Notes

* 3.1.2
* Fix issue where dependencies with dots in their names would not be installed [#251][link-251]

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

Expand Down Expand Up @@ -504,3 +507,5 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234

[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245

[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251
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.1",
"version": "3.1.2",
"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 9f6fba8

Please sign in to comment.