From 33883682cd0d196f6f23fd0de059bb92f591ef14 Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Sun, 2 Jul 2017 15:59:25 +0200 Subject: [PATCH] Use MD links for issues and pull request references Added #144 Added #132 Added #141 Added #140 and #131 Added release notes --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index d499dd24a..30ebe4e23 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,14 @@ plugin with Babel. To try it, from inside the example folder: - `npm install` to install dependencies - `serverless webpack run -f hello` to run the example function +## Release Notes + +* 2.0.0 + * Support arbitrary Webpack versions as peer dependency [#83][link-83] + * Support `serverless offline start` invocation [#131][link-131] + * Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144] + * Print Webpack stats on recompile [#127][link-127] + [ico-serverless]: http://public.serverless.com/badges/v3.svg [ico-circleci]: https://img.shields.io/circleci/project/github/elastic-coders/serverless-webpack.svg [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: [link-examples]: ./examples [link-serverless-offline]: https://www.npmjs.com/package/serverless-offline [link-serverless-dynamodb-local]: https://www.npmjs.com/package/serverless-dynamodb-local + +[comment]: # (Referenced issues) + +[link-83]: https://github.com/elastic-coders/serverless-webpack/pull/83 +[link-88]: https://github.com/elastic-coders/serverless-webpack/pull/88 +[link-127]: https://github.com/elastic-coders/serverless-webpack/pull/127 +[link-131]: https://github.com/elastic-coders/serverless-webpack/pull/131 +[link-132]: https://github.com/elastic-coders/serverless-webpack/pull/132 +[link-140]: https://github.com/elastic-coders/serverless-webpack/pull/140 +[link-141]: https://github.com/elastic-coders/serverless-webpack/issues/141 +[link-144]: https://github.com/elastic-coders/serverless-webpack/issues/144