chore: release main (#9845)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-03-14 13:57:50 +01:00 committed by GitHub
parent 850d1aaa19
commit 0ead82e29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View File

@ -3,5 +3,5 @@
"packages/puppeteer-core": "19.7.5",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.1.0",
"packages/browsers": "0.0.5"
"packages/browsers": "0.1.0"
}

View File

@ -1,5 +1,17 @@
# Changelog
## [0.1.0](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.5...browsers-v0.1.0) (2023-03-14)
### Features
* implement system channels for chrome in browsers ([#9844](https://github.com/puppeteer/puppeteer/issues/9844)) ([dec48a9](https://github.com/puppeteer/puppeteer/commit/dec48a95923e21a054c1d70d22c14001a0150293))
### Bug Fixes
* add browsers entry point ([#9846](https://github.com/puppeteer/puppeteer/issues/9846)) ([1a1e79d](https://github.com/puppeteer/puppeteer/commit/1a1e79d046ccad6fe843aa219501c17da08bc498))
## [0.0.5](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.4...browsers-v0.0.5) (2023-03-07)

View File

@ -1,6 +1,6 @@
{
"name": "@puppeteer/browsers",
"version": "0.0.5",
"version": "0.1.0",
"description": "Download and launch browsers",
"scripts": {
"build": "wireit",