diff --git a/buildpacks/nodejs-function-invoker/CHANGELOG.md b/buildpacks/nodejs-function-invoker/CHANGELOG.md index 7785bae3f..1e87da113 100644 --- a/buildpacks/nodejs-function-invoker/CHANGELOG.md +++ b/buildpacks/nodejs-function-invoker/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update function runtime to 0.14.5 ([#845](https://github.com/heroku/buildpacks-nodejs/pull/845)) + ## [3.2.1] - 2024-05-10 - No changes. diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index 175b268b6..ed7e8cea2 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -23,7 +23,7 @@ arch = "arm64" [metadata.runtime] package_name = "@heroku/sf-fx-runtime-nodejs" -package_version = "0.14.4" +package_version = "0.14.5" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs-function-invoker" }