Skip to content

Commit 0d4cd89

Browse files
authored
chore(main): release 3.0.1 (#413)
* chore(main): release 3.0.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 d0d9318 commit 0d4cd89

File tree

4 files changed

+1809
-1563
lines changed

4 files changed

+1809
-1563
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [3.0.1](https://github.com/nodeshift/faas-js-runtime/compare/v3.0.0...v3.0.1) (2025-07-15)
6+
7+
8+
### Bug Fixes
9+
10+
* package.json & package-lock.json to reduce vulnerabilities ([#406](https://github.com/nodeshift/faas-js-runtime/issues/406)) ([d0d9318](https://github.com/nodeshift/faas-js-runtime/commit/d0d9318685e37f76f076788f630d4de496f3388d))
11+
* upgrade cloudevents from 8.0.0 to 8.0.2 ([#402](https://github.com/nodeshift/faas-js-runtime/issues/402)) ([ad25d48](https://github.com/nodeshift/faas-js-runtime/commit/ad25d48e0157a8cbacb097cfc384dfbca10d1175))
12+
* upgrade prom-client from 15.0.0 to 15.1.3 ([#401](https://github.com/nodeshift/faas-js-runtime/issues/401)) ([a36cc23](https://github.com/nodeshift/faas-js-runtime/commit/a36cc23e5d930b4f926921d290ba5da07706b177))
13+
514
## [3.0.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.5.0...v3.0.0) (2025-06-05)
615

716

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

0 commit comments

Comments
 (0)