diff --git a/changelog.md b/changelog.md index 6b1c974..2d25046 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-25 - 5.4.3 - fix(repo) +no changes to commit + + ## 2026-04-25 - 5.4.2 - fix(repository) no changes to commit diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f6ffc54..ac3b630 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.2', + version: '5.4.3', description: 'Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.' }