Skip to content

Commit fd61d21

Browse files
authored
chore(main): release 2.4.1 (#364)
* chore(main): release 2.4.1 * 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 0a8b8de commit fd61d21

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
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.4.1](https://github.com/nodeshift/faas-js-runtime/compare/v2.4.0...v2.4.1) (2024-11-18)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix dereference of undefined ([#363](https://github.com/nodeshift/faas-js-runtime/issues/363)) ([473a23f](https://github.com/nodeshift/faas-js-runtime/commit/473a23f18209a8a4066f664c85e9b8176c898042))
11+
12+
13+
### Miscellaneous
14+
15+
* add node 22 to the list of supported versions ([#376](https://github.com/nodeshift/faas-js-runtime/issues/376)) ([0a8b8de](https://github.com/nodeshift/faas-js-runtime/commit/0a8b8de95fe034c355509a9e255f397cb625a6f3))
16+
517
## [2.4.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.3.0...v2.4.0) (2024-06-20)
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.0",
3+
"version": "2.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/nodeshift/faas-js-runtime.git"

sbom.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.4",
55
"version": 1,
6-
"serialNumber": "urn:uuid:c87fcd60-6fa1-4c1d-b2a6-6a8c7b3f3e46",
6+
"serialNumber": "urn:uuid:ba30bfb5-71c5-43ff-ae95-c2c3562579fd",
77
"metadata": {
8-
"timestamp": "2024-06-20T15:06:38.638Z",
8+
"timestamp": "2024-11-18T14:17:47.648Z",
99
"tools": [
1010
{
1111
"name": "npm",
12-
"version": "10.7.0"
12+
"version": "10.8.2"
1313
},
1414
{
1515
"vendor": "@cyclonedx",
1616
"name": "cyclonedx-npm",
17-
"version": "1.19.0",
17+
"version": "1.19.3",
1818
"externalReferences": [
1919
{
2020
"url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git",
@@ -36,7 +36,7 @@
3636
{
3737
"vendor": "@cyclonedx",
3838
"name": "cyclonedx-library",
39-
"version": "6.10.0",
39+
"version": "6.13.0",
4040
"externalReferences": [
4141
{
4242
"url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git",
@@ -59,8 +59,8 @@
5959
"component": {
6060
"type": "application",
6161
"name": "faas-js-runtime",
62-
"version": "2.4.0",
63-
"bom-ref": "[email protected].0",
62+
"version": "2.4.1",
63+
"bom-ref": "[email protected].1",
6464
"author": "Red Hat, Inc.",
6565
"description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events",
6666
"licenses": [
@@ -70,7 +70,7 @@
7070
}
7171
}
7272
],
73-
"purl": "pkg:npm/[email protected].0?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git",
73+
"purl": "pkg:npm/[email protected].1?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git",
7474
"externalReferences": [
7575
{
7676
"url": "git+https://github.com/nodeshift/faas-js-runtime.git",
@@ -3031,7 +3031,7 @@
30313031
],
30323032
"dependencies": [
30333033
{
3034-
"ref": "[email protected].0",
3034+
"ref": "[email protected].1",
30353035
"dependsOn": [
30363036
30373037

0 commit comments

Comments
 (0)