From c18f2f7ca1edceaa2186fe550a3f2c1271429aeb Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 21 May 2026 23:36:14 +0000 Subject: [PATCH] v1.27.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9b1cf6c..c700410 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-21 - 1.27.0 + ### Features - persist siprouter config and media through SmartData and SmartBucket (storage) diff --git a/package.json b/package.json index d8e124f..79c577d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siprouter", - "version": "1.26.0", + "version": "1.27.0", "private": true, "type": "module", "scripts": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3fc6436..b55e15a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: 'siprouter', - version: '1.26.0', + version: '1.27.0', description: 'undefined' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 3fc6436..b55e15a 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: 'siprouter', - version: '1.26.0', + version: '1.27.0', description: 'undefined' }