diff --git a/README.md b/README.md index 463f582b5..31bff7387 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,9 @@ Plugin commands are supported by the following providers. ⁇ indicates that com ## Release Notes +* 2.2.1 + * Restore functionality for Google provider [#193][link-193] + * 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] @@ -376,3 +379,5 @@ Plugin commands are supported by the following providers. ⁇ indicates that com [link-158]: https://github.com/elastic-coders/serverless-webpack/issues/158 [link-165]: https://github.com/elastic-coders/serverless-webpack/issues/165 + +[link-193]: https://github.com/elastic-coders/serverless-webpack/issues/193 diff --git a/package-lock.json b/package-lock.json index 0bb860c0a..80df7bdc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless-webpack", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9615e346a..c0b434829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-webpack", - "version": "2.2.0", + "version": "2.2.1", "description": "Serverless plugin to bundle your javascript with Webpack", "main": "index.js", "author": "Nicola Peduzzi (http://elastic-coders.com)",