Skip to content

Commit

Permalink
Merge 56ace5a into 9d1c4e9
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Apr 7, 2021
2 parents 9d1c4e9 + 56ace5a commit fafd670
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 58 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -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

* 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
@@ -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

0 comments on commit fafd670

Please sign in to comment.