diff --git a/docs/api.md b/docs/api.md index 6d304272cee..f0b1e167dab 100644 --- a/docs/api.md +++ b/docs/api.md @@ -7,7 +7,7 @@ - Troubleshooting: [troubleshooting.md](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md) - Releases per Chromium version: - * Chromium 88.0.4298.0 - [Puppeteer 5.5.0](https://github.com/puppeteer/puppeteer/blob/5.5.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) * Chromium 87.0.4272.0 - [Puppeteer v5.4.0](https://github.com/puppeteer/puppeteer/blob/v5.4.0/docs/api.md) * Chromium 86.0.4240.0 - [Puppeteer v5.3.0](https://github.com/puppeteer/puppeteer/blob/v5.3.0/docs/api.md) * Chromium 85.0.4182.0 - [Puppeteer v5.2.1](https://github.com/puppeteer/puppeteer/blob/v5.2.1/docs/api.md) diff --git a/versions.js b/versions.js index 5a66247a4dc..003b3854dfd 100644 --- a/versions.js +++ b/versions.js @@ -17,7 +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. - ['88.0.4298.0', '5.5.0'], + ['88.0.4298.0', 'v5.5.0'], ['87.0.4272.0', 'v5.4.0'], ['86.0.4240.0', 'v5.3.0'], ['85.0.4182.0', 'v5.2.1'],