chore(release): 0.4.5

This commit is contained in:
Bill Church 2022-03-31 08:52:49 -04:00
parent 5f6d4e9e3b
commit a6c77f2cdf
3 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -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",

View file

@ -1,6 +1,6 @@
{ {
"name": "webssh2", "name": "webssh2",
"version": "0.4.4", "version": "0.4.5",
"ignore": [ "ignore": [
".gitignore" ".gitignore"
], ],