Skip to content

Commit 245dc0c

Browse files
authored
chore(main): release 2.5.0 (#382)
* chore(main): release 2.5.0 * chore: update SBOM Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]> --------- Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]>
1 parent 6c8055f commit 245dc0c

File tree

4 files changed

+176
-101
lines changed

4 files changed

+176
-101
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.5.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.4.1...v2.5.0) (2025-02-17)
6+
7+
8+
### Features
9+
10+
* Add configurable request body size limit option ([#380](https://github.com/nodeshift/faas-js-runtime/issues/380)) ([6c8055f](https://github.com/nodeshift/faas-js-runtime/commit/6c8055f7c23a7d94e6424850058b71ee327d5ce0))
11+
12+
13+
### Miscellaneous
14+
15+
* update codecoverage to use coveralls instead of codecov ([#381](https://github.com/nodeshift/faas-js-runtime/issues/381)) ([9a7da28](https://github.com/nodeshift/faas-js-runtime/commit/9a7da28290f85b346f334cfe23a89b7c20ec1567))
16+
517
## [2.4.1](https://github.com/nodeshift/faas-js-runtime/compare/v2.4.0...v2.4.1) (2024-11-18)
618

719

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": "faas-js-runtime",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/nodeshift/faas-js-runtime.git"

0 commit comments

Comments
 (0)