From 66f320199182c063df27388a73c1a15d824eb864 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 25 Apr 2026 13:39:09 +0000 Subject: [PATCH] fix(project): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 99bf3d6..657f2ef 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-25 - 5.4.1 - fix(project) +no changes to commit + + ## 2026-04-25 - 5.4.0 - feat(package) initialize standalone @serve.zone/interfaces package with shared TypeScript contracts diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2d44e70..7452050 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/interfaces', - version: '5.4.0', + version: '5.4.1', description: 'Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.' }