Skip to content

Commit

Permalink
Merge pull request #943 from serverless-heaven/release/5.5.2
Browse files Browse the repository at this point in the history
Prepare release 5.5.2
  • Loading branch information
j0k3r authored Aug 26, 2021
2 parents e27e7a1 + 227365f commit dc4be8a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

* 5.5.2
* Register `serverless` as peer dependency ([#900][] @medikoo)
* Do not run webpack on a single non-node function ([#879][] @j0k3r)
* Skip container function with `uri` defined ([#877][] @j0k3r)

[#900]: https://github.com/serverless-heaven/serverless-webpack/pull/900
[#879]: https://github.com/serverless-heaven/serverless-webpack/pull/879
[#877]: https://github.com/serverless-heaven/serverless-webpack/pull/877

* 5.5.1
* chore: use processedOptions ([#834][] @CorentinDoue)
* Reduce memory usage by releasing webpack stats objects after compile ([#858][] @janicduplessis)
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2019 Nicola Peduzzi / Frank Schmid
Copyright (c) 2016-2021 Nicola Peduzzi / Frank Schmid

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
28 changes: 14 additions & 14 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "5.5.1",
"version": "5.5.2",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit dc4be8a

Please sign in to comment.