chore(main): release webssh2 0.4.7-pre-3 (#307)

This commit is contained in:
Bill Church 2022-08-03 10:25:12 -04:00 committed by GitHub
parent 0322b1694a
commit 9d5a0cd12c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 4 deletions

View file

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

View file

@ -2,6 +2,15 @@
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-3](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.7-pre-2...webssh2-v0.4.7-pre-3) (2022-08-03)
### Miscellaneous Chores
* release 0.4.7-pre-3 ([0c78c1f](https://github.com/billchurch/webssh2/commit/0c78c1f31cc6380b7f0706822fc418cfede11413))
* release 0.4.7-pre-3 ([b29242d](https://github.com/billchurch/webssh2/commit/b29242dfd4e1498a6ac862e85eabd349e11dea73))
* release 0.4.7-pre-3 ([6c7d242](https://github.com/billchurch/webssh2/commit/6c7d242679d55b2b28a2497d69b43a7e8439c4ca))
## [0.4.7-pre-2](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.6...webssh2-v0.4.7-pre-2) (2022-08-02)

4
app/package-lock.json generated
View file

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