Skip to content

Commit 9bd1655

Browse files
committed
Prepare 5.5.4
1 parent 78c9dd5 commit 9bd1655

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
* 5.5.4
4+
* Fix the way to detect external module from Webpack ([#953][] @j0k3r)
5+
6+
[#944]: https://github.com/serverless-heaven/serverless-webpack/pull/953
7+
38
* 5.5.3
49
* Fallback on using service provider runtime when using `sls deploy function` ([#944][] @mostthingsweb)
510

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.5.3",
3+
"version": "5.5.4",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)