Skip to content

Commit 258ed58

Browse files
author
Frank Schmid
committed
Bump version to 2.2.1
1 parent 247b649 commit 258ed58

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

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

318318
## Release Notes
319319

320+
* 2.2.1
321+
* Restore functionality for Google provider [#193][link-193]
322+
320323
* 2.2.0
321324
* Allow full dynamic configurations [#158][link-158]
322325
* Fix a bug that prevented the entries lib export to work with TypeScript [#165][link-165]
@@ -376,3 +379,5 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
376379

377380
[link-158]: https://github.com/elastic-coders/serverless-webpack/issues/158
378381
[link-165]: https://github.com/elastic-coders/serverless-webpack/issues/165
382+
383+
[link-193]: https://github.com/elastic-coders/serverless-webpack/issues/193

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.2.0",
3+
"version": "2.2.1",
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)