🚀 Release v1.1.1

- Tipo: patch
- Database backup: database-backups/vigilanzaturni_v1.1.1_20251115_101122.sql.gz
- Data: 2025-11-15 10:11:44
This commit is contained in:
Marco Lanzara 2025-11-15 10:11:44 +00:00
parent ee5d1aaa24
commit c00c864274
4 changed files with 8 additions and 12 deletions

View File

@ -19,10 +19,6 @@ externalPort = 80
localPort = 33035 localPort = 33035
externalPort = 3001 externalPort = 3001
[[ports]]
localPort = 35979
externalPort = 6000
[[ports]] [[ports]]
localPort = 40417 localPort = 40417
externalPort = 8000 externalPort = 8000

View File

@ -1,7 +1,13 @@
{ {
"version": "1.1.0", "version": "1.1.1",
"lastUpdate": "2025-10-25T09:08:56.042Z", "lastUpdate": "2025-11-15T10:11:44.404Z",
"changelog": [ "changelog": [
{
"version": "1.1.1",
"date": "2025-11-15",
"type": "patch",
"description": "Deployment automatico v1.1.1"
},
{ {
"version": "1.1.0", "version": "1.1.0",
"date": "2025-10-25", "date": "2025-10-25",
@ -295,12 +301,6 @@
"date": "2025-10-17", "date": "2025-10-17",
"type": "patch", "type": "patch",
"description": "Deployment automatico v1.0.11" "description": "Deployment automatico v1.0.11"
},
{
"version": "1.0.10",
"date": "2025-10-17",
"type": "patch",
"description": "Deployment automatico v1.0.10"
} }
] ]
} }