Skip to content

Commit b21b626

Browse files
author
Frank Schmid
committed
Prepare release
1 parent ff5ef0c commit b21b626

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,15 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
387387

388388
## Release Notes
389389

390+
* 3.1.0
391+
* Allow filesystem polling in watch mode (`--webpack-use-polling`) [#215][link-215]
392+
* Allow forced include of not referenced modules [#217][link-217]
393+
* Automatically include peer dependencies of used modules [#223][link-223]
394+
* Show explicit message if the provided webpack config can not be loaded [#234][link-234]
395+
* Improve examples [#227][link-227]
396+
* Update 3rd party provider compatibility table [#221][link-221]
397+
* Added automatic Travis and Coveralls builds to increase stability
398+
390399
* 3.0.0
391400
* Integrate with `serverless invoke local` [#151][link-151]
392401
* Support watch mode with `serverless invoke local --watch`
@@ -483,3 +492,10 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
483492
[link-186]: https://github.com/serverless-heaven/serverless-webpack/pull/186
484493

485494
[link-202]: https://github.com/serverless-heaven/serverless-webpack/issues/202
495+
496+
[link-215]: https://github.com/serverless-heaven/serverless-webpack/issues/215
497+
[link-217]: https://github.com/serverless-heaven/serverless-webpack/issues/217
498+
[link-221]: https://github.com/serverless-heaven/serverless-webpack/pull/221
499+
[link-223]: https://github.com/serverless-heaven/serverless-webpack/issues/223
500+
[link-227]: https://github.com/serverless-heaven/serverless-webpack/pull/227
501+
[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)