Added release notes. Bumped version.
This commit is contained in:
Frank Schmid
2018-04-26 12:13:26 +02:00
parent 81f6696e7a
commit e79a23cccf
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -640,6 +640,10 @@ me to take it over and continue working on the project. That helped to revive it
## Release Notes
* 5.1.2
* Fixed issue that leads to `Unexpected end of JSON` in projects with lots of dependencies [#309][link-309][#373][link-373]
* Update webpack-4 example with VSCode debugging configuration [#365][link-365]
* 5.1.1
* Fixed local invoke watch mode not executing changed files [#349][link-349]
* Added Webpack 4 example [#355][link-355]
@@ -859,3 +863,7 @@ me to take it over and continue working on the project. That helped to revive it
[link-349]: https://github.com/serverless-heaven/serverless-webpack/issues/349
[link-354]: https://github.com/serverless-heaven/serverless-webpack/pull/354
[link-355]: https://github.com/serverless-heaven/serverless-webpack/pull/355
[link-309]: https://github.com/serverless-heaven/serverless-webpack/issues/309
[link-365]: https://github.com/serverless-heaven/serverless-webpack/pull/365
[link-373]: https://github.com/serverless-heaven/serverless-webpack/pull/373
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "5.1.1",
"version": "5.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "5.1.1",
"version": "5.1.2",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Frank Schmid <fschmid740@googlemail.com>",