Skip to content

Commit 3388368

Browse files
author
Frank Schmid
committed
Use MD links for issues and pull request references
Added #144 Added #132 Added #141 Added #140 and #131 Added release notes
1 parent 8741526 commit 3388368

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,14 @@ plugin with Babel. To try it, from inside the example folder:
243243
- `npm install` to install dependencies
244244
- `serverless webpack run -f hello` to run the example function
245245

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+
246254
[ico-serverless]: http://public.serverless.com/badges/v3.svg
247255
[ico-circleci]: https://img.shields.io/circleci/project/github/elastic-coders/serverless-webpack.svg
248256
[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:
261269
[link-examples]: ./examples
262270
[link-serverless-offline]: https://www.npmjs.com/package/serverless-offline
263271
[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

Comments
 (0)