chore: release main (#9800)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-03-07 16:57:18 +01:00 committed by GitHub
parent ead0dcb066
commit 7eda506c85
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.3", "packages/puppeteer-core": "19.7.3",
"packages/testserver": "0.6.0", "packages/testserver": "0.6.0",
"packages/ng-schematics": "0.1.0", "packages/ng-schematics": "0.1.0",
"packages/browsers": "0.0.4" "packages/browsers": "0.0.5"
} }

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.0.5](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.4...browsers-v0.0.5) (2023-03-07)
### Bug Fixes
* change the install output to include the executable path ([#9797](https://github.com/puppeteer/puppeteer/issues/9797)) ([8cca7bb](https://github.com/puppeteer/puppeteer/commit/8cca7bb7a2a1cdf62919d9c7eca62d6774e698db))
## [0.0.4](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.3...browsers-v0.0.4) (2023-03-06) ## [0.0.4](https://github.com/puppeteer/puppeteer/compare/browsers-v0.0.3...browsers-v0.0.4) (2023-03-06)

View File

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