diff --git a/changelog.md b/changelog.md index 3f69a72..6141e45 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-14 - 5.7.0 + ### Features - update SmartConfig release targets to schema version 2 (smartconfig) diff --git a/package.json b/package.json index 0121d3b..062c54e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/interfaces", - "version": "5.6.0", + "version": "5.7.0", "private": false, "description": "Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bc8b558..469df42 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.6.0', + version: '5.7.0', description: 'Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.' }