chore: add latest chromium version (#6952)
This commit is contained in:
parent
2ba61e04e9
commit
abb32801d5
@ -7,6 +7,7 @@
|
|||||||
- Troubleshooting: [troubleshooting.md](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md)
|
- Troubleshooting: [troubleshooting.md](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md)
|
||||||
<!-- GEN:versions-per-release -->
|
<!-- GEN:versions-per-release -->
|
||||||
- Releases per Chromium version:
|
- 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 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 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)
|
* Chromium 88.0.4298.0 - [Puppeteer v5.5.0](https://github.com/puppeteer/puppeteer/blob/v5.5.0/docs/api.md)
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
const versionsPerRelease = new Map([
|
const versionsPerRelease = new Map([
|
||||||
// This is a mapping from Chromium version => Puppeteer version.
|
// This is a mapping from Chromium version => Puppeteer version.
|
||||||
// In Chromium roll patches, use 'NEXT' for the 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'],
|
['90.0.4403.0', 'v7.0.0'],
|
||||||
['89.0.4389.0', 'v6.0.0'],
|
['89.0.4389.0', 'v6.0.0'],
|
||||||
['88.0.4298.0', 'v5.5.0'],
|
['88.0.4298.0', 'v5.5.0'],
|
||||||
|
Loading…
Reference in New Issue
Block a user