Skip to content

Commit

Permalink
chore: generate versioned docs
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 25, 2024
1 parent f9609a4 commit 5a07c6d
Show file tree
Hide file tree
Showing 606 changed files with 247 additions and 521 deletions.
1 change: 1 addition & 0 deletions docs/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following versions of the browsers are supported, mapped to Puppeteer versio

<!-- version-start -->

- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.126 - [Puppeteer v22.12.1](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.12.1/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.63 - [Puppeteer v22.12.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.12.0/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.61 - [Puppeteer v22.11.1](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.11.1/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.55 - [Puppeteer v22.11.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.11.0/docs/api/index.md)
Expand Down
2 changes: 1 addition & 1 deletion versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['126.0.6478.126', 'NEXT'],
['126.0.6478.126', 'v22.12.1'],
['126.0.6478.63', 'v22.12.0'],
['126.0.6478.61', 'v22.11.1'],
['126.0.6478.55', 'v22.11.0'],
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5a07c6d

Please sign in to comment.