Skip to content

Commit c40466b

Browse files
committed
Update changelog
1 parent 578fa36 commit c40466b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Change Log
22

3+
* 5.5.1
4+
* chore: use processedOptions ([#834][] @CorentinDoue)
5+
* Reduce memory usage by releasing webpack stats objects after compile ([#858][] @janicduplessis)
6+
* (fix) allow boolean or number values in slsw.lib.options ([#857][] @coyoteecd)
7+
* Fix packaging for non-node functions ([#876][] @FatalTouch)
8+
9+
[#834]: https://github.com/serverless-heaven/serverless-webpack/pull/834
10+
[#858]: https://github.com/serverless-heaven/serverless-webpack/pull/858
11+
[#876]: https://github.com/serverless-heaven/serverless-webpack/pull/876
12+
[#857]: https://github.com/serverless-heaven/serverless-webpack/pull/857
13+
314
* 5.5.0
415
* Add ability to specify the node_modules relative dir ([#689][] @ypxing)
516
* Fix the spawn E2BIG error when zipping ([#813][] @j0k3r)
617
* Extends the --no-build option to serverless offline start ([#770][] @nponeccop)
718
* Add Serverless Container Support ([#723][] @rogersgt)
8-
* Add support for Yarn network-concurrency option ([#550][] @cfroese )
19+
* Add support for Yarn network-concurrency option ([#550][] @cfroese)
920

1021
[#689]: https://github.com/serverless-heaven/serverless-webpack/pull/689
1122
[#813]: https://github.com/serverless-heaven/serverless-webpack/pull/813

0 commit comments

Comments
 (0)