File tree Expand file tree Collapse file tree 22 files changed +103
-40
lines changed Expand file tree Collapse file tree 22 files changed +103
-40
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.14] - 2024-09-24
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.13] - 2024-09-04
11
15
12
16
- No changes.
@@ -210,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
214
211
215
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
212
216
213
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
217
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD
218
+ [ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
214
219
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
215
220
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
216
221
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
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.13 "
5
+ version = " 3.2.14 "
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.14] - 2024-09-24
11
+
10
12
### Added
11
13
12
14
- 22.9.0 (linux-amd64, linux-arm64)
@@ -663,7 +665,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
663
665
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
664
666
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
665
667
666
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
668
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD
669
+ [ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
667
670
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
668
671
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
669
672
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
@@ -708,4 +711,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
708
711
[ 1.1.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
709
712
[ 1.1.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
710
713
[ 1.1.0 ] : https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
711
-
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.13 "
5
+ version = " 3.2.14 "
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.14] - 2024-09-24
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.13] - 2024-09-04
11
15
12
16
- No changes.
@@ -340,7 +344,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340
344
### Added
341
345
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
342
346
343
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
347
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD
348
+ [ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
344
349
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
345
350
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
346
351
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
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.13 "
5
+ version = " 3.2.14 "
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.14] - 2024-09-24
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.13] - 2024-09-04
11
15
12
16
- Added npm version 10.8.3.
@@ -169,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169
173
170
174
- Initial release
171
175
172
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
176
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD
177
+ [ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
173
178
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
174
179
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
175
180
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
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.13 "
5
+ version = " 3.2.14 "
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.14] - 2024-09-24
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.13] - 2024-09-04
11
15
12
16
- No changes.
@@ -163,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163
167
164
168
- Initial release
165
169
166
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
170
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD
171
+ [ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
167
172
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
168
173
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
169
174
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
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.13 "
5
+ version = " 3.2.14 "
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