Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
Added release notes. Bumped version.
  • Loading branch information
Frank Schmid committed Apr 26, 2018
1 parent 81f6696 commit e79a23c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit e79a23c

Please sign in to comment.