chore(main): release webssh2 0.5.0-pre-4 (#309)

This commit is contained in:
Bill Church 2022-08-07 08:14:28 -04:00 committed by GitHub
parent 8b56826363
commit d9b6e47e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{
"app": "0.4.7-pre-4"
"app": "0.5.0-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.5.0-pre-4](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.7-pre-4...webssh2-v0.5.0-pre-4) (2022-08-07)
### Features
* test change for release ([476b566](https://github.com/billchurch/webssh2/commit/476b566c08a84bd35aaccf847253875b2c3afb10))
## [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)

4
app/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webssh2",
"version": "0.4.7-pre-4",
"version": "0.5.0-pre-4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webssh2",
"version": "0.4.7-pre-4",
"version": "0.5.0-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-4",
"version": "0.5.0-pre-4",
"ignore": [
".gitignore"
],