Skip to content

Commit

Permalink
add 14.15.2 to inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Dec 16, 2020
1 parent 8e1f411 commit 0835762
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Node.js Buildpack Changelog

## main
- add Node 14.15.2 to inventory ([#879](https://github.com/heroku/heroku-buildpack-nodejs/pull/879))

## v180 (2020-12-09)
- add Node 15.4.0 to inventory ([#873](https://github.com/heroku/heroku-buildpack-nodejs/pull/873))
Expand Down
7 changes: 7 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4382,6 +4382,13 @@ arch = "linux-x64"
url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v14.15.1-linux-x64.tar.gz"
etag = "ee95fa0dd4b142e075f7f61d6e9fdd3c-5"

[[releases]]
version = "14.15.2"
channel = "release"
arch = "linux-x64"
url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v14.15.2-linux-x64.tar.gz"
etag = "f344e8a0fb555aa7cad8df8ee227c053-4"

[[releases]]
version = "14.2.0"
channel = "release"
Expand Down

0 comments on commit 0835762

Please sign in to comment.