Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 21, 2022
1 parent a4d62a3 commit 4b42d44
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/puppeteer": "18.2.1",
"packages/puppeteer-core": "18.2.1",
"packages/puppeteer": "19.0.0",
"packages/puppeteer-core": "19.0.0",
"packages/testserver": "0.6.0"
}
18 changes: 18 additions & 0 deletions packages/puppeteer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [19.0.0](https://github.com/j420247/puppeteer/compare/puppeteer-core-v18.2.1...puppeteer-core-v19.0.0) (2022-10-21)


### ⚠ BREAKING CHANGES

* deprecate indirect network condition imports (#9074)
* deprecate indirect error imports (#9072)

### Features

* add ability to collect JS code coverage at the function level ([#9027](https://github.com/j420247/puppeteer/issues/9027)) ([a032583](https://github.com/j420247/puppeteer/commit/a032583b6c9b469bda699bca200b180206d61247))


### Bug Fixes

* deprecate indirect error imports ([#9072](https://github.com/j420247/puppeteer/issues/9072)) ([9f4f43a](https://github.com/j420247/puppeteer/commit/9f4f43a28b06787a1cf97efe904ccfe7237dffdd))
* deprecate indirect network condition imports ([#9074](https://github.com/j420247/puppeteer/issues/9074)) ([41d0122](https://github.com/j420247/puppeteer/commit/41d0122b94f41b308536c48ced345dec8c272a49))

## [18.2.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v18.2.0...puppeteer-core-v18.2.1) (2022-10-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "18.2.1",
"version": "19.0.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down
18 changes: 18 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [19.0.0](https://github.com/j420247/puppeteer/compare/v18.2.1...v19.0.0) (2022-10-21)


### ⚠ BREAKING CHANGES

* deprecate indirect network condition imports (#9074)

### Bug Fixes

* deprecate indirect network condition imports ([#9074](https://github.com/j420247/puppeteer/issues/9074)) ([41d0122](https://github.com/j420247/puppeteer/commit/41d0122b94f41b308536c48ced345dec8c272a49))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 18.2.1 to ^19.0.0

## [18.2.1](https://github.com/puppeteer/puppeteer/compare/v18.2.0...v18.2.1) (2022-10-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "18.2.1",
"version": "19.0.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down Expand Up @@ -129,6 +129,6 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "18.2.1"
"puppeteer-core": "^19.0.0"
}
}

0 comments on commit 4b42d44

Please sign in to comment.