This commit is contained in:
2026-05-22 10:39:25 +00:00
parent fd90c9c73e
commit d449faed85
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-22 - 1.27.1
### Fixes ### Fixes
- install fax build and runtime libraries for Docker images and update release tooling dependencies (docker) - install fax build and runtime libraries for Docker images and update release tooling dependencies (docker)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "siprouter", "name": "siprouter",
"version": "1.27.0", "version": "1.27.1",
"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.27.0', version: '1.27.1',
description: 'undefined' description: 'undefined'
} }
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: 'siprouter', name: 'siprouter',
version: '1.27.0', version: '1.27.1',
description: 'undefined' description: 'undefined'
} }