From abb32801d53a4a6e7f556fe25d129e76216877db Mon Sep 17 00:00:00 2001 From: David Barton <43063460+theDavidBarton@users.noreply.github.com> Date: Thu, 4 Mar 2021 07:50:08 +0100 Subject: [PATCH] chore: add latest chromium version (#6952) --- docs/api.md | 1 + versions.js | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index d88502df..6c30b9c2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -7,6 +7,7 @@ - Troubleshooting: [troubleshooting.md](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md) - Releases per Chromium version: + * Chromium 90.0.4427.0 - [Puppeteer v8.0.0](https://github.com/puppeteer/puppeteer/blob/v8.0.0/docs/api.md) * Chromium 90.0.4403.0 - [Puppeteer v7.0.0](https://github.com/puppeteer/puppeteer/blob/v7.0.0/docs/api.md) * Chromium 89.0.4389.0 - [Puppeteer v6.0.0](https://github.com/puppeteer/puppeteer/blob/v6.0.0/docs/api.md) * Chromium 88.0.4298.0 - [Puppeteer v5.5.0](https://github.com/puppeteer/puppeteer/blob/v5.5.0/docs/api.md) diff --git a/versions.js b/versions.js index 81ad9827..eb06e302 100644 --- a/versions.js +++ b/versions.js @@ -17,6 +17,7 @@ const versionsPerRelease = new Map([ // This is a mapping from Chromium version => Puppeteer version. // In Chromium roll patches, use 'NEXT' for the Puppeteer version. + ['90.0.4427.0', 'v8.0.0'], ['90.0.4403.0', 'v7.0.0'], ['89.0.4389.0', 'v6.0.0'], ['88.0.4298.0', 'v5.5.0'],