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.1 #768

Merged
merged 1 commit into from
Apr 7, 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.1
* Display the zip method used ([#735][] @j0k3r)
* Dependabot should now updates package.json too ([#742][] @j0k3r)
* Fix configuration check for `keepOutputDirectory` in cleanup ([#748][] @daryl-c)
* Prevent ts-node being registered twice ([#766][] @apancutt)
* Fix external modules with webpack 5 ([#746][] @janicduplessis)
* Allow custom webpack config files to export as an ES6 module (interop default) ([#767][] @apancutt)

[#735]: https://github.com/serverless-heaven/serverless-webpack/pull/735
[#742]: https://github.com/serverless-heaven/serverless-webpack/pull/742
[#748]: https://github.com/serverless-heaven/serverless-webpack/pull/748
[#766]: https://github.com/serverless-heaven/serverless-webpack/pull/766
[#746]: https://github.com/serverless-heaven/serverless-webpack/pull/746
[#767]: https://github.com/serverless-heaven/serverless-webpack/pull/767

Comment on lines +11 to +17
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines may not be necessary as the PRs are listed above, which GitHub auto-links. Other releases do not have these extra lines either.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact, I tried an other approche to avoid having ping like that by dependabot (see at the end of the PR) #713

GitHub don't automatically convert #123 when in a markdown file. It does in issue & PR.

* 5.4.0
* Skip compile & packaging if `--no-build` is set [#560](https://github.com/serverless-heaven/serverless-webpack/pull/560)
* Serialized compile to address [#299](https://github.com/serverless-heaven/serverless-webpack/pull/299) [#517](https://github.com/serverless-heaven/serverless-webpack/pull/517)
Expand Down
95 changes: 38 additions & 57 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.0",
"version": "5.4.1",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"types": "index.d.ts",
Expand Down