Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.4.2 #803

Merged
merged 2 commits into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

* 5.4.2
* Regression Fix: Empty lines while stats: 'errors-only' ([#773][] @Enase)
* Add type to CLI options ([#774][] @j0k3r)
* Add Serverless v2 compatibility ([#775][] @nponeccop)
* Support local errors with NPM 7 workspaces ([#782][] @mikejpeters)
* Fix `excludeRegex` option and allow dotfiles to be packaged ([#780][] @l1b3r)
* Correctly handle packaging for function during `deploy -f` ([#794][] @pgrzesik)

[#773]: https://github.com/serverless-heaven/serverless-webpack/pull/773
[#774]: https://github.com/serverless-heaven/serverless-webpack/pull/774
[#775]: https://github.com/serverless-heaven/serverless-webpack/pull/775
[#782]: https://github.com/serverless-heaven/serverless-webpack/pull/782
[#780]: https://github.com/serverless-heaven/serverless-webpack/pull/780
[#794]: https://github.com/serverless-heaven/serverless-webpack/pull/794

* 5.4.1
* Display the zip method used ([#735][] @j0k3r)
* Dependabot should now updates package.json too ([#742][] @j0k3r)
Expand Down
4 changes: 2 additions & 2 deletions 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.4.1",
"version": "5.4.2",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"types": "index.d.ts",
Expand Down