Skip to content

Commit 9107e2e

Browse files
author
Frank Schmid
committed
5.1.1
1 parent 2a88c7a commit 9107e2e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,11 @@ me to take it over and continue working on the project. That helped to revive it
636636
637637
## Release Notes
638638
639+
* 5.1.1
640+
* Fixed local invoke watch mode not executing changed files [#349][link-349]
641+
* Added Webpack 4 example [#355][link-355]
642+
* Documentation updates [#354][link-354]
643+
639644
* 5.1.0
640645
* Support Yarn [#286][link-286]
641646
* Allow local invoke to use existing compiled output [#341][link-341] [#275][link-275]
@@ -845,3 +850,7 @@ me to take it over and continue working on the project. That helped to revive it
845850
[link-341]: https://github.com/serverless-heaven/serverless-webpack/issues/341
846851
[link-342]: https://github.com/serverless-heaven/serverless-webpack/issues/342
847852
[link-343]: https://github.com/serverless-heaven/serverless-webpack/issues/343
853+
854+
[link-349]: https://github.com/serverless-heaven/serverless-webpack/issues/349
855+
[link-354]: https://github.com/serverless-heaven/serverless-webpack/pull/354
856+
[link-355]: https://github.com/serverless-heaven/serverless-webpack/pull/355

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Frank Schmid <fschmid740@googlemail.com>",

0 commit comments

Comments
 (0)