Skip to content

Commit b71e33b

Browse files
authored
Merge pull request #1005 from heroku/ccasey/changelog_v196
Update CHANGELOG.md before publishing v196
2 parents d53f03e + da8c7ef commit b71e33b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Node.js Buildpack Changelog
22

33
## main
4+
5+
## v196 (2022-05-31)
46
- Add metrics plugin for Node 17 and 18 ([#1002](https://github.com/heroku/heroku-buildpack-nodejs/pull/1002))
57
- Add warning message for Node 18+ incompatibility with heroku-18 ([#1002](https://github.com/heroku/heroku-buildpack-nodejs/pull/1002))
68
- Enable Yarn 2 `devDependency` pruning using a custom plugin for all customers ([#1001](https://github.com/heroku/heroku-buildpack-nodejs/pull/1001))
79
- Test against Heroku-22 ([#1003](https://github.com/heroku/heroku-buildpack-nodejs/pull/1003))
810

9-
1011
## v195 (2022-04-13)
1112
- Enable Yarn 2 `devDependency` pruning using a custom plugin for 20% of customers ([#999](https://github.com/heroku/heroku-buildpack-nodejs/pull/999))
1213
- Set xtrace mode in buildpack when BUILDPACK_XTRACE environment variable is set ([#925](https://github.com/heroku/heroku-buildpack-nodejs/pull/925))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-nodejs#latest -
4040
Even though it's suggested to use the latest release, you may want to lock dependencies - including buildpacks - to a specific version.
4141

4242
First, find the version you want from
43-
[the list of buildpack versions](https://github.com/heroku/heroku-buildpack-nodejs/releases).
43+
[the list of buildpack versions](https://github.com/heroku/heroku-buildpack-nodejs/tags).
4444
Then, specify that version with `buildpacks:set`:
4545

4646
```
@@ -150,4 +150,4 @@ this is the log file
150150
test log file
151151
```
152152

153-
The test output writes to `$STD_OUT`, so you can use `cat $STD_OUT` to read output.
153+
The test output writes to `$STD_OUT`, so you can use `cat $STD_OUT` to read output.

0 commit comments

Comments
 (0)