Skip to content

Commit c94cf34

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 f215f49 commit c94cf34

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Options are:
177177

178178
### Using with serverless-offline and serverless-webpack plugin
179179

180-
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both resources.
181-
180+
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both resources.
181+
182182
Add plugins to your `serverless.yml` file:
183183
```yaml
184184
plugins:
@@ -207,6 +207,14 @@ plugin with Babel. To try it, from inside the example folder:
207207
- `npm install` to install dependencies
208208
- `serverless webpack run -f hello` to run the example function
209209

210+
## Release Notes
211+
212+
* 2.0.0
213+
* Support arbitrary Webpack versions as peer dependency [#83][link-83]
214+
* Support `serverless offline start` invocation [#131][link-131]
215+
* Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144]
216+
* Print Webpack stats on recompile [#127][link-127]
217+
210218
[ico-serverless]: http://public.serverless.com/badges/v3.svg
211219
[ico-circleci]: https://img.shields.io/circleci/project/github/elastic-coders/serverless-webpack.svg
212220
[ico-npm]: https://img.shields.io/npm/v/serverless-webpack.svg
@@ -223,3 +231,14 @@ plugin with Babel. To try it, from inside the example folder:
223231
[link-webpack-libtarget]: https://webpack.github.io/docs/configuration.html#output-librarytarget
224232
[link-webpack-externals]: https://webpack.github.io/docs/configuration.html#externals
225233
[link-examples]: ./examples
234+
235+
[comment]: # (Referenced issues)
236+
237+
[link-83]: https://github.com/elastic-coders/serverless-webpack/pull/83
238+
[link-88]: https://github.com/elastic-coders/serverless-webpack/pull/88
239+
[link-127]: https://github.com/elastic-coders/serverless-webpack/pull/127
240+
[link-131]: https://github.com/elastic-coders/serverless-webpack/pull/131
241+
[link-132]: https://github.com/elastic-coders/serverless-webpack/pull/132
242+
[link-140]: https://github.com/elastic-coders/serverless-webpack/pull/140
243+
[link-141]: https://github.com/elastic-coders/serverless-webpack/issues/141
244+
[link-144]: https://github.com/elastic-coders/serverless-webpack/issues/144

0 commit comments

Comments
 (0)