Skip to content

Commit

Permalink
chore(main): release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 2, 2022
1 parent 02512cc commit f7c5e0a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "15.5.0"
".": "16.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [16.0.0](https://github.com/puppeteer/puppeteer/compare/v15.5.0...v16.0.0) (2022-08-02)


### ⚠ BREAKING CHANGES

* With Chromium, Puppeteer will now attach to page/iframe targets immediately. Browser.connect requires an explicit product name when connecting to Firefox since Firefox does not support CDP's auto-attach.

### Features

* add Dockerfile ([#8315](https://github.com/puppeteer/puppeteer/issues/8315)) ([b72d949](https://github.com/puppeteer/puppeteer/commit/b72d9498fb2424ee09a8eeb0c9531153fdaa031e))
* detect Firefox in connect() automatically ([#8718](https://github.com/puppeteer/puppeteer/issues/8718)) ([81e01dd](https://github.com/puppeteer/puppeteer/commit/81e01dd9cbb2cd0be6028af2d7f21174b7d70bb4))
* use CDP's auto-attach mechanism ([#8520](https://github.com/puppeteer/puppeteer/issues/8520)) ([e1e751d](https://github.com/puppeteer/puppeteer/commit/e1e751dd1a47b05dd2db36a65e91a2f53d9c88ae))


### Bug Fixes

* address flakiness in frame handling ([#8688](https://github.com/puppeteer/puppeteer/issues/8688)) ([02c07cc](https://github.com/puppeteer/puppeteer/commit/02c07cc0ff73e0c0f502baf079771b3a891b4fb8))
* disable AcceptCHFrame ([#8706](https://github.com/puppeteer/puppeteer/issues/8706)) ([7580a1b](https://github.com/puppeteer/puppeteer/commit/7580a1be01af5369aa18079d02fa55a88d21d881)), closes [#8479](https://github.com/puppeteer/puppeteer/issues/8479)
* use loaderId to reduce test flakiness ([#8717](https://github.com/puppeteer/puppeteer/issues/8717)) ([bec6f61](https://github.com/puppeteer/puppeteer/commit/bec6f61073107929f252f0f5240eb83893fdbcc3))

## [15.5.0](https://github.com/puppeteer/puppeteer/compare/v15.4.2...v15.5.0) (2022-07-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "15.5.0",
"version": "16.0.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down

0 comments on commit f7c5e0a

Please sign in to comment.