Compare commits

...

1 commit

Author SHA1 Message Date
Bill Church
0c69c9fcf5 chore: bootstrap releases for path: . 2022-08-02 09:33:37 -04:00
2 changed files with 16 additions and 0 deletions

View file

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

View file

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