chore(release): 0.4.5
This commit is contained in:
parent
5f6d4e9e3b
commit
a6c77f2cdf
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
## 0.4.5 [TBD]
|
## 0.4.5 [20220331]
|
||||||
### Fixes
|
### Fixes
|
||||||
- Update socket.io to 4.2.0
|
- Update socket.io to 4.2.0
|
||||||
- Update read-config-ng to 3.0.4
|
- Update read-config-ng to 3.0.4
|
||||||
|
|
4
app/package-lock.json
generated
4
app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "webssh2",
|
"name": "webssh2",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "webssh2",
|
"name": "webssh2",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"license": "SEE LICENSE IN FILE - LICENSE",
|
"license": "SEE LICENSE IN FILE - LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"basic-auth": "~2.0.1",
|
"basic-auth": "~2.0.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "webssh2",
|
"name": "webssh2",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".gitignore"
|
".gitignore"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue