diff --git a/buildpacks/nodejs-engine/CHANGELOG.md b/buildpacks/nodejs-engine/CHANGELOG.md index 8d11a2b6..ecfc8a6e 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.4.0] - 2024-12-13 +### Added -- No changes. +- 23.5.0 (linux-amd64, linux-arm64) + +## [3.4.0] - 2024-12-13 ## [3.3.5] - 2024-12-11 diff --git a/buildpacks/nodejs-engine/inventory.toml b/buildpacks/nodejs-engine/inventory.toml index ece354a4..1c21e1df 100644 --- a/buildpacks/nodejs-engine/inventory.toml +++ b/buildpacks/nodejs-engine/inventory.toml @@ -1,3 +1,17 @@ +[[artifacts]] +version = "23.5.0" +os = "linux" +arch = "arm64" +url = "https://nodejs.org/download/release/v23.5.0/node-v23.5.0-linux-arm64.tar.gz" +checksum = "sha256:209018ce7a867f5082cbdfdc91f379f49d021a58252cc65c5488c591004a750c" + +[[artifacts]] +version = "23.5.0" +os = "linux" +arch = "amd64" +url = "https://nodejs.org/download/release/v23.5.0/node-v23.5.0-linux-x64.tar.gz" +checksum = "sha256:72ca246aafffeac41486bf5594b0223f9a28e7c3d9081a07884b75cc21cf9e8a" + [[artifacts]] version = "23.4.0" os = "linux"