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", "name": "webssh2",
"version": "0.4.7-alpha.3", "version": "0.4.6",
"ignore": [ "ignore": [
".gitignore" ".gitignore"
], ],

View file

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