diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index 732f4295..0e0d76db 100644 --- a/buildpacks/nodejs-corepack/CHANGELOG.md +++ b/buildpacks/nodejs-corepack/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + +- No changes. + ## [1.1.4] - 2023-08-10 - No changes. @@ -40,9 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index 8afd8846..cdbbc553 100644 --- a/buildpacks/nodejs-corepack/buildpack.toml +++ b/buildpacks/nodejs-corepack/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-corepack" -version = "1.1.4" +version = "1.1.5" name = "Heroku Node.js Corepack" homepage = "https://github.com/heroku/buildpacks-nodejs" keywords = ["corepack", "node", "node.js", "nodejs", "javascript", "js"] diff --git a/buildpacks/nodejs-engine/CHANGELOG.md b/buildpacks/nodejs-engine/CHANGELOG.md index c162091e..f3ed8820 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -2,15 +2,18 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + - Added Node.js version 20.7.0. - Added Node.js version 18.18.0. - Added Node.js version 20.6.1. - Added Node.js version 20.6.0. + ## [1.1.4] - 2023-08-10 - Added Node.js version 16.20.2. @@ -245,9 +248,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25)) - Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index 2927a0f0..014cdfaa 100644 --- a/buildpacks/nodejs-engine/buildpack.toml +++ b/buildpacks/nodejs-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-engine" -version = "1.1.4" +version = "1.1.5" name = "Heroku Node.js Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" keywords = ["node", "node.js", "nodejs", "javascript", "js"] diff --git a/buildpacks/nodejs-function-invoker/CHANGELOG.md b/buildpacks/nodejs-function-invoker/CHANGELOG.md index 30a498c2..01ff9cf0 100644 --- a/buildpacks/nodejs-function-invoker/CHANGELOG.md +++ b/buildpacks/nodejs-function-invoker/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + +- No changes. + ## [1.1.4] - 2023-08-10 - No changes. @@ -175,9 +179,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index ec0f3ec6..7e162d59 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-function-invoker" -version = "1.1.4" +version = "1.1.5" name = "Heroku Node.js Function Invoker" homepage = "https://github.com/heroku/buildpacks-nodejs" keywords = ["nodejs", "node", "node.js", "javascript", "js", "function"] diff --git a/buildpacks/nodejs-pnpm-install/CHANGELOG.md b/buildpacks/nodejs-pnpm-install/CHANGELOG.md index ad2f61a5..af07a048 100644 --- a/buildpacks/nodejs-pnpm-install/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-install/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + +- No changes. + ## [1.1.4] - 2023-08-10 - No changes. @@ -36,9 +40,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index 1f4a0a9a..c9db4572 100644 --- a/buildpacks/nodejs-pnpm-install/buildpack.toml +++ b/buildpacks/nodejs-pnpm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-pnpm-install" -version = "1.1.4" +version = "1.1.5" name = "Heroku Node.js pnpm install" homepage = "https://github.com/heroku/buildpacks-nodejs" keywords = ["node", "node.js", "nodejs", "javascript", "js", "pnpm"] diff --git a/buildpacks/nodejs-yarn/CHANGELOG.md b/buildpacks/nodejs-yarn/CHANGELOG.md index 50833380..1f56b509 100644 --- a/buildpacks/nodejs-yarn/CHANGELOG.md +++ b/buildpacks/nodejs-yarn/CHANGELOG.md @@ -2,16 +2,19 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + - Added Yarn version 4.0.0-rc.51. - Added Yarn version 4.0.0-rc.50. - Added Yarn version 4.0.0-rc.49. - Added Yarn version 3.6.3. - Added Yarn version 3.6.2. + ## [1.1.4] - 2023-08-10 - No changes. @@ -133,9 +136,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index 5605c3c4..39527a0e 100644 --- a/buildpacks/nodejs-yarn/buildpack.toml +++ b/buildpacks/nodejs-yarn/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-yarn" -version = "1.1.4" +version = "1.1.5" name = "Heroku Node.js Yarn" homepage = "https://github.com/heroku/buildpacks-nodejs" keywords = ["node", "node.js", "nodejs", "javascript", "js", "yarn", "yarnpkg"] diff --git a/buildpacks/npm/CHANGELOG.md b/buildpacks/npm/CHANGELOG.md index b6ef785e..184c449b 100644 --- a/buildpacks/npm/CHANGELOG.md +++ b/buildpacks/npm/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + +- No changes. + ## [1.1.4] - 2023-08-10 - No changes. @@ -127,9 +131,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index f1fe4ed9..3d52c4a9 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.6" [buildpack] id = "heroku/nodejs-npm" -version = "1.1.4" +version = "1.1.5" name = "NPM Buildpack" homepage = "https://github.com/heroku/buildpacks-nodejs" keywords = ["nodejs", "node", "npm"] diff --git a/meta-buildpacks/nodejs-function/CHANGELOG.md b/meta-buildpacks/nodejs-function/CHANGELOG.md index ca88cb65..61548cca 100644 --- a/meta-buildpacks/nodejs-function/CHANGELOG.md +++ b/meta-buildpacks/nodejs-function/CHANGELOG.md @@ -2,11 +2,17 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + +- Updated `heroku/nodejs-engine` to `1.1.5`. +- Updated `heroku/nodejs-function-invoker` to `1.1.5`. +- Updated `heroku/nodejs-npm` to `1.1.5`. + ## [1.1.4] - 2023-08-10 - Updated `heroku/nodejs-engine` to `1.1.4`. @@ -269,9 +275,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index 285ba3b2..5d47e95b 100644 --- a/meta-buildpacks/nodejs-function/buildpack.toml +++ b/meta-buildpacks/nodejs-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-function" -version = "1.1.4" +version = "1.1.5" name = "Node.js Function" homepage = "https://github.com/heroku/buildpacks-nodejs" @@ -13,15 +13,15 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/nodejs-npm" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "1.1.4" +version = "1.1.5" [metadata] [metadata.release] diff --git a/meta-buildpacks/nodejs/CHANGELOG.md b/meta-buildpacks/nodejs/CHANGELOG.md index ead389d8..a55441d6 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -2,12 +2,19 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.5] - 2023-09-19 + - Updated `heroku/procfile` to `2.0.1`. ([#639](https://github.com/heroku/buildpacks-node/pull/639)) +- Updated `heroku/nodejs-corepack` to `1.1.5`. +- Updated `heroku/nodejs-engine` to `1.1.5`. +- Updated `heroku/nodejs-npm` to `1.1.5`. +- Updated `heroku/nodejs-pnpm-install` to `1.1.5`. +- Updated `heroku/nodejs-yarn` to `1.1.5`. ## [1.1.4] - 2023-08-10 @@ -240,9 +247,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Package meta buildpack with latest releases of buildpacks while testing against unreleased. -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 \ No newline at end of file +[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 14f46f90..fb82a708 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs" -version = "1.1.4" +version = "1.1.5" name = "Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" @@ -13,15 +13,15 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/nodejs-corepack" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/procfile" @@ -32,16 +32,16 @@ optional = true [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/nodejs-corepack" -version = "1.1.4" +version = "1.1.5" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/procfile" @@ -52,11 +52,11 @@ optional = true [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/nodejs-npm" -version = "1.1.4" +version = "1.1.5" [[order.group]] id = "heroku/procfile"