@@ -243,6 +243,14 @@ plugin with Babel. To try it, from inside the example folder:
243
243
- ` npm install` to install dependencies
244
244
- ` serverless webpack run -f hello` to run the example function
245
245
246
+ # # Release Notes
247
+
248
+ * 2.0.0
249
+ * Support arbitrary Webpack versions as peer dependency [#83][link-83]
250
+ * Support `serverless offline start` invocation [#131][link-131]
251
+ * Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144]
252
+ * Print Webpack stats on recompile [#127][link-127]
253
+
246
254
[ico-serverless] : http://public.serverless.com/badges/v3.svg
247
255
[ico-circleci] : https://img.shields.io/circleci/project/github/elastic-coders/serverless-webpack.svg
248
256
[ico-npm] : https://img.shields.io/npm/v/serverless-webpack.svg
@@ -261,3 +269,14 @@ plugin with Babel. To try it, from inside the example folder:
261
269
[link-examples] : ./examples
262
270
[link-serverless-offline] : https://www.npmjs.com/package/serverless-offline
263
271
[link-serverless-dynamodb-local] : https://www.npmjs.com/package/serverless-dynamodb-local
272
+
273
+ [comment] : # (Referenced issues)
274
+
275
+ [link-83] : https://github.com/elastic-coders/serverless-webpack/pull/83
276
+ [link-88] : https://github.com/elastic-coders/serverless-webpack/pull/88
277
+ [link-127] : https://github.com/elastic-coders/serverless-webpack/pull/127
278
+ [link-131] : https://github.com/elastic-coders/serverless-webpack/pull/131
279
+ [link-132] : https://github.com/elastic-coders/serverless-webpack/pull/132
280
+ [link-140] : https://github.com/elastic-coders/serverless-webpack/pull/140
281
+ [link-141] : https://github.com/elastic-coders/serverless-webpack/issues/141
282
+ [link-144] : https://github.com/elastic-coders/serverless-webpack/issues/144
0 commit comments