From aa75d6affac5b0ed4b7cdcd65adadf91140e2aba Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Tue, 2 Feb 2021 16:38:36 -0500 Subject: [PATCH] add 15.8.0 to Node inventory --- CHANGELOG.md | 1 + inventory/node.toml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b72c95d0..e2076e7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - add Node 10.23.2 and 15.7.0 to inventory ([#894](https://github.com/heroku/heroku-buildpack-nodejs/pull/894)) - Update Node.js plugin for Node 15; Add tests for Node 15 ([#895](https://github.com/heroku/heroku-buildpack-nodejs/pull/895)) - Log the build time in a failed build ([#896](https://github.com/heroku/heroku-buildpack-nodejs/pull/896)) +- Add Node v15.8.0 to inventory ([#897](https://github.com/heroku/heroku-buildpack-nodejs/pull/897)) ## v182 (2020-01-05) - add Node 14.15.3 and 15.5.0 to inventory ([#881](https://github.com/heroku/heroku-buildpack-nodejs/pull/881)) diff --git a/inventory/node.toml b/inventory/node.toml index 72807cc60..332acd74b 100644 --- a/inventory/node.toml +++ b/inventory/node.toml @@ -4557,6 +4557,13 @@ arch = "linux-x64" url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v15.7.0-linux-x64.tar.gz" etag = "065a4833bd91372bf26a45a46820f77a-4" +[[releases]] +version = "15.8.0" +channel = "release" +arch = "linux-x64" +url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v15.8.0-linux-x64.tar.gz" +etag = "e88c6266c1926b5c4348ad943e1c2ee2-4" + [[releases]] version = "4.0.0" channel = "release"