Skip to content

Commit e388da7

Browse files
chore(main): release 4.0.0
1 parent fefbc86 commit e388da7

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.2"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [4.0.0](https://github.com/nodeshift/faas-js-runtime/compare/v3.0.2...v4.0.0) (2026-06-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Node 20 support ([#445](https://github.com/nodeshift/faas-js-runtime/issues/445))
11+
12+
### Features
13+
14+
* Adding dependabot for updating github actions ([#440](https://github.com/nodeshift/faas-js-runtime/issues/440)) ([714b93e](https://github.com/nodeshift/faas-js-runtime/commit/714b93e1b3b0fe5305879b28b2765a440e43c913))
15+
* remove Node 20 support ([#445](https://github.com/nodeshift/faas-js-runtime/issues/445)) ([fefbc86](https://github.com/nodeshift/faas-js-runtime/commit/fefbc8681caf2c09c6e459eb23cd823cb80f4d78))
16+
17+
18+
### Bug Fixes
19+
20+
* package.json & package-lock.json to reduce vulnerabilities ([#439](https://github.com/nodeshift/faas-js-runtime/issues/439)) ([18de2b2](https://github.com/nodeshift/faas-js-runtime/commit/18de2b2974615581e934c04ac9003e72c251e133))
21+
* upgrade tsd from 0.28.1 to 0.32.0 ([#423](https://github.com/nodeshift/faas-js-runtime/issues/423)) ([3bb3df0](https://github.com/nodeshift/faas-js-runtime/commit/3bb3df089447cc8bf61d5a35e2f0e538959803c9))
22+
523
## [3.0.2](https://github.com/nodeshift/faas-js-runtime/compare/v3.0.1...v3.0.2) (2025-07-15)
624

725

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

0 commit comments

Comments
 (0)