Skip to content

Commit

Permalink
Merge 2a39750 into 6a3b996
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Aug 31, 2021
2 parents 6a3b996 + 2a39750 commit 17bda88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log

* 5.5.3
* Fallback on using service provider runtime when using `sls deploy function` ([#944][] @mostthingsweb)

[#944]: https://github.com/serverless-heaven/serverless-webpack/pull/944

* 5.5.2
* Register `serverless` as peer dependency ([#900][] @medikoo)
* Do not run webpack on a single non-node function ([#879][] @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
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "5.5.2",
"version": "5.5.3",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 17bda88

Please sign in to comment.