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.9] - 2024-07-19
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.8] - 2024-07-18
11
15
12
16
- No changes.
@@ -190,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
190
194
191
195
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
192
196
193
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...HEAD
197
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...HEAD
198
+ [ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
194
199
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
195
200
[ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
196
201
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
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.8 "
5
+ version = " 3.2.9 "
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.9] - 2024-07-19
11
+
10
12
### Added
11
13
12
14
- 22.5.1 (linux-amd64, linux-arm64)
@@ -627,7 +629,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627
629
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
628
630
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
629
631
630
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...HEAD
632
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...HEAD
633
+ [ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
631
634
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
632
635
[ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
633
636
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
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.8 "
5
+ version = " 3.2.9 "
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.9] - 2024-07-19
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.8] - 2024-07-18
11
15
12
16
- No changes.
@@ -320,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320
324
### Added
321
325
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
322
326
323
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...HEAD
327
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...HEAD
328
+ [ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
324
329
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
325
330
[ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
326
331
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
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.8 "
5
+ version = " 3.2.9 "
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.9] - 2024-07-19
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.8] - 2024-07-18
11
15
12
16
- Added npm version 10.8.2.
@@ -149,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149
153
150
154
- Initial release
151
155
152
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...HEAD
156
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...HEAD
157
+ [ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
153
158
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
154
159
[ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
155
160
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
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.8 "
5
+ version = " 3.2.9 "
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.9] - 2024-07-19
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.8] - 2024-07-18
11
15
12
16
- No changes.
@@ -143,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143
147
144
148
- Initial release
145
149
146
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...HEAD
150
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...HEAD
151
+ [ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
147
152
[ 3.2.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.7...v3.2.8
148
153
[ 3.2.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.6...v3.2.7
149
154
[ 3.2.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.5...v3.2.6
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.8 "
5
+ version = " 3.2.9 "
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