chore: bootstrap releases for path: . (#8416)

This commit is contained in:
jrandolf 2022-05-30 12:02:43 +02:00 committed by GitHub
parent 8b5c010c71
commit 3f5aca5ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
".": "14.2.0"
}

View File

@ -0,0 +1,14 @@
{
"packages": {
".": {
"releaseType": "node",
"packageName": "puppeteer",
"draft": false,
"prerelease": false,
"bumpMinorPreMajor": false,
"bumpPatchForMinorPreMajor": false,
"changelogPath": "CHANGELOG.md",
"versioning": "default"
}
}
}