Skip to content

Commit

Permalink
Merge pull request #170 from elastic-coders/v2.2.0-release
Browse files Browse the repository at this point in the history
Prepared release
  • Loading branch information
HyperBrain authored Jul 28, 2017
2 parents e7531dc + a55cd51 commit e40fe32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ Plugin commands are supported by the following providers. ⁇ indicates that com

## Release Notes

* 2.2.0
* Allow full dynamic configurations [#158][link-158]
* Fix a bug that prevented the entries lib export to work with TypeScript [#165][link-165]

* 2.1.0
* Added support for webpack configuration in TypeScript format [#129][link-129]
* Fixed bug with serverless-offline exec [#154][link-154]
Expand Down Expand Up @@ -369,3 +373,6 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
[link-129]: https://github.com/elastic-coders/serverless-webpack/pull/129
[link-154]: https://github.com/elastic-coders/serverless-webpack/issues/154
[link-159]: https://github.com/elastic-coders/serverless-webpack/issues/159

[link-158]: https://github.com/elastic-coders/serverless-webpack/issues/158
[link-165]: https://github.com/elastic-coders/serverless-webpack/issues/165
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": "2.1.0",
"version": "2.2.0",
"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 e40fe32

Please sign in to comment.