chore: release main (#9852)

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 18:31:57 +00:00 committed by GitHub
parent 17c650b6d1
commit 29aa5c41ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 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.1.0"
"packages/browsers": "0.1.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.1.1](https://github.com/puppeteer/puppeteer/compare/browsers-v0.1.0...browsers-v0.1.1) (2023-03-14)
### Bug Fixes
* export ChromeReleaseChannel ([#9851](https://github.com/puppeteer/puppeteer/issues/9851)) ([3e7a514](https://github.com/puppeteer/puppeteer/commit/3e7a514e556ddb4306aa3c15f24c512beaac65f4))
## [0.1.0](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.5...browsers-v0.1.0) (2023-03-14)

View File

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