chore: testing

This commit is contained in:
Bill Church 2022-08-02 14:01:55 +00:00
parent 7ac9f2c445
commit abdafb6eb1
No known key found for this signature in database
GPG key ID: 10DD056C65752AA0
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "webssh2",
"version": "0.4.7-alpha.3",
"version": "0.4.6",
"ignore": [
".gitignore"
],

View file

@ -7,8 +7,8 @@
"prerelease": true,
"bumpMinorPreMajor": false,
"bumpPatchForMinorPreMajor": false,
"changelogPath": "../CHANGELOG.md",
"release-as": "0.4.7-pre-0",
"changelogPath": "CHANGELOG.md",
"release-as": "0.4.7",
"versioning": "default"
}
}