File tree Expand file tree Collapse file tree 22 files changed +104
-39
lines changed Expand file tree Collapse file tree 22 files changed +104
-39
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.2.7] - 2024-07-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.6] - 2024-07-03
11
15
12
16
- No changes.
@@ -182,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
182
186
183
187
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
184
188
185
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...HEAD
189
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...HEAD
190
+ [ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
186
191
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
187
192
[ 3.2.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...v3.2.5
188
193
[ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-corepack"
5
- version = " 3.2.6 "
5
+ version = " 3.2.7 "
6
6
name = " Heroku Node.js Corepack"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.2.7] - 2024-07-09
11
+
10
12
### Added
11
13
12
14
- 22.4.1 (linux-amd64, linux-arm64)
@@ -615,7 +617,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
615
617
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
616
618
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
617
619
618
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...HEAD
620
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...HEAD
621
+ [ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
619
622
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
620
623
[ 3.2.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...v3.2.5
621
624
[ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-engine"
5
- version = " 3.2.6 "
5
+ version = " 3.2.7 "
6
6
name = " Heroku Node.js Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.2.7] - 2024-07-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.6] - 2024-07-03
11
15
12
16
- No changes.
@@ -312,7 +316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312
316
### Added
313
317
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
314
318
315
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...HEAD
319
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...HEAD
320
+ [ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
316
321
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
317
322
[ 3.2.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...v3.2.5
318
323
[ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-function-invoker"
5
- version = " 3.2.6 "
5
+ version = " 3.2.7 "
6
6
name = " Salesforce Node.js Function Invoker"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.2.7] - 2024-07-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.6] - 2024-07-03
11
15
12
16
- No changes.
@@ -141,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141
145
142
146
- Initial release
143
147
144
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...HEAD
148
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...HEAD
149
+ [ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
145
150
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
146
151
[ 3.2.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...v3.2.5
147
152
[ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-engine"
5
- version = " 3.2.6 "
5
+ version = " 3.2.7 "
6
6
name = " Heroku Node.js npm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.2.7] - 2024-07-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.6] - 2024-07-03
11
15
12
16
- No changes.
@@ -135,7 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135
139
136
140
- Initial release
137
141
138
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...HEAD
142
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...HEAD
143
+ [ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
139
144
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
140
145
[ 3.2.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...v3.2.5
141
146
[ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-install"
5
- version = " 3.2.6 "
5
+ version = " 3.2.7 "
6
6
name = " Heroku Node.js npm Install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."
You can’t perform that action at this time.
0 commit comments