Skip to content

Commit

Permalink
Merge pull request #817 from serverless-heaven/realease/5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored May 10, 2021
2 parents 852851c + d330a94 commit 912134a
Show file tree
Hide file tree
Showing 4 changed files with 6,580 additions and 7,450 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ updates:
- dependency-name: husky
versions:
- ">= 5.0.0"
# require node >= 12
- dependency-name: lint-staged
versions:
- ">= 11.0.0"
# require node >= 12
- dependency-name: fs-extra
versions:
- ">= 10.0.0"
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

* 5.5.0
* Add ability to specify the node_modules relative dir ([#689][] @ypxing)
* Fix the spawn E2BIG error when zipping ([#813][] @j0k3r)
* Extends the --no-build option to serverless offline start ([#770][] @nponeccop)
* Add Serverless Container Support ([#723][] @rogersgt)
* Add support for Yarn network-concurrency option ([#550][] @cfroese )

[#689]: https://github.com/serverless-heaven/serverless-webpack/pull/689
[#813]: https://github.com/serverless-heaven/serverless-webpack/pull/813
[#770]: https://github.com/serverless-heaven/serverless-webpack/pull/770
[#723]: https://github.com/serverless-heaven/serverless-webpack/pull/723
[#550]: https://github.com/serverless-heaven/serverless-webpack/pull/550

* 5.4.2
* Regression Fix: Empty lines while stats: 'errors-only' ([#773][] @Enase)
* Add type to CLI options ([#774][] @j0k3r)
Expand Down
Loading

0 comments on commit 912134a

Please sign in to comment.