Skip to content

Commit a4b2677

Browse files
authored
Merge pull request #803 from serverless-heaven/release/5.4.2
2 parents b7d00ad + 898283e commit a4b2677

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
* 5.4.2
4+
* Regression Fix: Empty lines while stats: 'errors-only' ([#773][] @Enase)
5+
* Add type to CLI options ([#774][] @j0k3r)
6+
* Add Serverless v2 compatibility ([#775][] @nponeccop)
7+
* Support local errors with NPM 7 workspaces ([#782][] @mikejpeters)
8+
* Fix `excludeRegex` option and allow dotfiles to be packaged ([#780][] @l1b3r)
9+
* Correctly handle packaging for function during `deploy -f` ([#794][] @pgrzesik)
10+
11+
[#773]: https://github.com/serverless-heaven/serverless-webpack/pull/773
12+
[#774]: https://github.com/serverless-heaven/serverless-webpack/pull/774
13+
[#775]: https://github.com/serverless-heaven/serverless-webpack/pull/775
14+
[#782]: https://github.com/serverless-heaven/serverless-webpack/pull/782
15+
[#780]: https://github.com/serverless-heaven/serverless-webpack/pull/780
16+
[#794]: https://github.com/serverless-heaven/serverless-webpack/pull/794
17+
318
* 5.4.1
419
* Display the zip method used ([#735][] @j0k3r)
520
* Dependabot should now updates package.json too ([#742][] @j0k3r)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.4.1",
3+
"version": "5.4.2",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)