Skip to content

Commit 320dea7

Browse files
authored
Merge pull request #768 from serverless-heaven/release/5.4.1
Release 5.4.1
2 parents 9d1c4e9 + 56ace5a commit 320dea7

File tree

3 files changed

+54
-58
lines changed

3 files changed

+54
-58
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.1
4+
* Display the zip method used ([#735][] @j0k3r)
5+
* Dependabot should now updates package.json too ([#742][] @j0k3r)
6+
* Fix configuration check for `keepOutputDirectory` in cleanup ([#748][] @daryl-c)
7+
* Prevent ts-node being registered twice ([#766][] @apancutt)
8+
* Fix external modules with webpack 5 ([#746][] @janicduplessis)
9+
* Allow custom webpack config files to export as an ES6 module (interop default) ([#767][] @apancutt)
10+
11+
[#735]: https://github.com/serverless-heaven/serverless-webpack/pull/735
12+
[#742]: https://github.com/serverless-heaven/serverless-webpack/pull/742
13+
[#748]: https://github.com/serverless-heaven/serverless-webpack/pull/748
14+
[#766]: https://github.com/serverless-heaven/serverless-webpack/pull/766
15+
[#746]: https://github.com/serverless-heaven/serverless-webpack/pull/746
16+
[#767]: https://github.com/serverless-heaven/serverless-webpack/pull/767
17+
318
* 5.4.0
419
* Skip compile & packaging if `--no-build` is set [#560](https://github.com/serverless-heaven/serverless-webpack/pull/560)
520
* Serialized compile to address [#299](https://github.com/serverless-heaven/serverless-webpack/pull/299) [#517](https://github.com/serverless-heaven/serverless-webpack/pull/517)

package-lock.json

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

0 commit comments

Comments
 (0)