Skip to content

Commit a55cd51

Browse files
author
Frank Schmid
committed
Prepared release
1 parent e7531dc commit a55cd51

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
317317

318318
## Release Notes
319319

320+
* 2.2.0
321+
* Allow full dynamic configurations [#158][link-158]
322+
* Fix a bug that prevented the entries lib export to work with TypeScript [#165][link-165]
323+
320324
* 2.1.0
321325
* Added support for webpack configuration in TypeScript format [#129][link-129]
322326
* Fixed bug with serverless-offline exec [#154][link-154]
@@ -369,3 +373,6 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
369373
[link-129]: https://github.com/elastic-coders/serverless-webpack/pull/129
370374
[link-154]: https://github.com/elastic-coders/serverless-webpack/issues/154
371375
[link-159]: https://github.com/elastic-coders/serverless-webpack/issues/159
376+
377+
[link-158]: https://github.com/elastic-coders/serverless-webpack/issues/158
378+
[link-165]: https://github.com/elastic-coders/serverless-webpack/issues/165

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)