Skip to content

Commit ff6673c

Browse files
author
Frank Schmid
committed
Prepared 4.1.0 release
1 parent c3d6abe commit ff6673c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,13 @@ plugin when running a command or invoked by a hook.
500500
501501
## Release Notes
502502
503+
* 4.1.0
504+
* Prohibit manual entry configuration with individual packaging [#272][link-272]
505+
* Fixed bug with stats in webpack config for individual packaging [#278][link-278]
506+
* Fixed bug with startup order in combination with serverless-offline [#279][link-279]
507+
* Default target to "node" if not set [#276][link-276]
508+
* Support `serverless run` including watch mode [#269][link-269]
509+
503510
* 4.0.0
504511
* BREAKING: Expose lifecycle events for plugin authors [#254][link-254]
505512
* Fixed deprecated hook warning [#126][link-126]

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": "4.0.0",
3+
"version": "4.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)