From 60fbb4be2b0c107c7250cfc7ea2db4e3e0e7471f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 22 May 2026 10:39:25 +0000 Subject: [PATCH] v1.27.1 --- 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 eeed842..9c260a8 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-22 - 1.27.1 + ### Fixes - install fax build and runtime libraries for Docker images and update release tooling dependencies (docker) diff --git a/package.json b/package.json index d52c309..e448898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siprouter", - "version": "1.27.0", + "version": "1.27.1", "private": true, "type": "module", "scripts": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b55e15a..c35c9e7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: 'siprouter', - version: '1.27.0', + version: '1.27.1', description: 'undefined' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index b55e15a..c35c9e7 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.27.0', + version: '1.27.1', description: 'undefined' }