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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -206,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206
210
207
211
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
208
212
209
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
213
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
214
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
210
215
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
211
216
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
212
217
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
10
12
### Added
11
13
12
14
- 22.8.0 (linux-amd64, linux-arm64)
@@ -652,7 +654,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
652
654
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
653
655
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
654
656
655
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
657
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
658
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
656
659
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
657
660
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
658
661
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -336,7 +340,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
336
340
### Added
337
341
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
338
342
339
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
343
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
344
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
340
345
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
341
346
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
342
347
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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,7 +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.13] - 2024-09-04
11
+
10
12
- Added npm version 10.8.3.
13
+
11
14
## [ 3.2.12] - 2024-08-27
12
15
13
16
- No changes.
@@ -166,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166
169
167
170
- Initial release
168
171
169
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
172
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
173
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
170
174
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
171
175
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
172
176
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -159,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
163
160
164
- Initial release
161
165
162
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
166
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
167
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
163
168
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
164
169
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
165
170
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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