chore: release main (#9737)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-02-22 17:10:37 +01:00 committed by GitHub
parent 8bae0545b7
commit e7138cf99d
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.2",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.1.0",
"packages/browsers": "0.0.2"
"packages/browsers": "0.0.3"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.0.3](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.2...browsers-v0.0.3) (2023-02-22)
### Bug Fixes
* define options per command ([#9733](https://github.com/puppeteer/puppeteer/issues/9733)) ([8bae054](https://github.com/puppeteer/puppeteer/commit/8bae0545b7321d398dae3f522952dd981111587e))
## [0.0.2](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.1...browsers-v0.0.2) (2023-02-22)

View File

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