Skip to content

Commit e79a23c

Browse files
author
Frank Schmid
committed
5.1.2
Added release notes. Bumped version.
1 parent 81f6696 commit e79a23c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,10 @@ me to take it over and continue working on the project. That helped to revive it
640640
641641
## Release Notes
642642
643+
* 5.1.2
644+
* Fixed issue that leads to `Unexpected end of JSON` in projects with lots of dependencies [#309][link-309][#373][link-373]
645+
* Update webpack-4 example with VSCode debugging configuration [#365][link-365]
646+
643647
* 5.1.1
644648
* Fixed local invoke watch mode not executing changed files [#349][link-349]
645649
* 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
859863
[link-349]: https://github.com/serverless-heaven/serverless-webpack/issues/349
860864
[link-354]: https://github.com/serverless-heaven/serverless-webpack/pull/354
861865
[link-355]: https://github.com/serverless-heaven/serverless-webpack/pull/355
866+
867+
[link-309]: https://github.com/serverless-heaven/serverless-webpack/issues/309
868+
[link-365]: https://github.com/serverless-heaven/serverless-webpack/pull/365
869+
[link-373]: https://github.com/serverless-heaven/serverless-webpack/pull/373

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": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Frank Schmid <[email protected]>",

0 commit comments

Comments
 (0)