diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..cf533f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2bcec..3b993db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [4.0.1](https://github.com/nodeshift/faas-js-runtime/compare/v4.0.0...v4.0.1) (2026-06-24) + + +### Bug Fixes + +* renameing the release-please.yaml to releae-please.yml ([#446](https://github.com/nodeshift/faas-js-runtime/issues/446)) ([417b5a5](https://github.com/nodeshift/faas-js-runtime/commit/417b5a53bd4ba8d0dc409f11af33d2315e3cf85f)) + ## [4.0.0](https://github.com/nodeshift/faas-js-runtime/compare/v3.0.2...v4.0.0) (2026-06-24) diff --git a/package-lock.json b/package-lock.json index 38f2a63..884f2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "dependencies": { "cloudevents": "^8.0.2", diff --git a/package.json b/package.json index 5941e09..4e39af7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "4.0.0", + "version": "4.0.1", "repository": { "type": "git", "url": "git+https://github.com/nodeshift/faas-js-runtime.git"