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.11] - 2024-08-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.10] - 2024-07-29
11
15
12
16
- No changes.
@@ -198,7 +202,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198
202
199
203
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
200
204
201
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...HEAD
205
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
206
+ [ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
202
207
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
203
208
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
204
209
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
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.10 "
5
+ version = " 3.2.11 "
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.11] - 2024-08-12
11
+
10
12
### Added
11
13
12
14
- 22.6.0 (linux-amd64, linux-arm64)
@@ -639,7 +641,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
639
641
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
640
642
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
641
643
642
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...HEAD
644
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
645
+ [ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
643
646
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
644
647
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
645
648
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
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.10 "
5
+ version = " 3.2.11 "
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.11] - 2024-08-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.10] - 2024-07-29
11
15
12
16
- No changes.
@@ -328,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
328
332
### Added
329
333
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
330
334
331
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...HEAD
335
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
336
+ [ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
332
337
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
333
338
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
334
339
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
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.10 "
5
+ version = " 3.2.11 "
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.11] - 2024-08-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.10] - 2024-07-29
11
15
12
16
- No changes.
@@ -157,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157
161
158
162
- Initial release
159
163
160
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...HEAD
164
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
165
+ [ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
161
166
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
162
167
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
163
168
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
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.10 "
5
+ version = " 3.2.11 "
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.11] - 2024-08-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.10] - 2024-07-29
11
15
12
16
- No changes.
@@ -151,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
155
152
156
- Initial release
153
157
154
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...HEAD
158
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
159
+ [ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
155
160
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
156
161
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
157
162
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
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.10 "
5
+ version = " 3.2.11 "
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