v1.27.0
Docker (tags) / release (push) Failing after 4s

This commit is contained in:
2026-05-21 23:36:14 +00:00
parent 3e2fee16c1
commit c18f2f7ca1
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-21 - 1.27.0
### Features ### Features
- persist siprouter config and media through SmartData and SmartBucket (storage) - persist siprouter config and media through SmartData and SmartBucket (storage)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "siprouter", "name": "siprouter",
"version": "1.26.0", "version": "1.27.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: 'siprouter', name: 'siprouter',
version: '1.26.0', version: '1.27.0',
description: 'undefined' description: 'undefined'
} }
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: 'siprouter', name: 'siprouter',
version: '1.26.0', version: '1.27.0',
description: 'undefined' description: 'undefined'
} }