File tree Expand file tree Collapse file tree 22 files changed +103
-39
lines changed Expand file tree Collapse file tree 22 files changed +103
-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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -202,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
206
203
207
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
204
208
205
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
209
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
210
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
206
211
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
207
212
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
208
213
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
10
12
### Added
11
13
12
14
- 22.7.0 (linux-amd64, linux-arm64)
@@ -646,7 +648,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
646
648
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
647
649
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
648
650
649
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
651
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
652
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
650
653
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
651
654
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
652
655
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -332,7 +336,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
332
336
### Added
333
337
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
334
338
335
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
339
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
340
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
336
341
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
337
342
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
338
343
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -161,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161
165
162
166
- Initial release
163
167
164
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
168
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
169
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
165
170
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
166
171
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
167
172
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -155,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155
159
156
160
- Initial release
157
161
158
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
162
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
163
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
159
164
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
160
165
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
161
166
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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