Merge branch 'main' of github.com:billchurch/webssh2

This commit is contained in:
Bill Church 2022-08-07 11:55:26 +00:00
commit 8f19909cc1
No known key found for this signature in database
GPG key ID: 10DD056C65752AA0
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{
"app": "0.4.7-pre-3"
"app": "0.4.7-pre-4"
}

View file

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [0.4.7-pre-4](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.7-pre-3...webssh2-v0.4.7-pre-4) (2022-08-03)
### Miscellaneous Chores
* release 0.4.7-pre-4 ([7d4ba87](https://github.com/billchurch/webssh2/commit/7d4ba87bc1c198600ea33ee220553ef46ea2a103))
## [0.4.7-pre-3](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.7-pre-2...webssh2-v0.4.7-pre-3) (2022-08-03)

4
app/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webssh2",
"version": "0.4.7-pre-3",
"version": "0.4.7-pre-4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webssh2",
"version": "0.4.7-pre-3",
"version": "0.4.7-pre-4",
"license": "SEE LICENSE IN FILE - LICENSE",
"dependencies": {
"basic-auth": "~2.0.1",

View file

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