diff --git a/docs/api.md b/docs/api.md index d88502dfdc4e5..6c30b9c2961c7 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 81ad9827803d8..eb06e30232b4f 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'],