diff --git a/changelog.md b/changelog.md index e92acc0..1bf4f11 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-14 - 5.8.0 + ### Features - enable npm publishing in smartconfig (smartconfig) diff --git a/package.json b/package.json index 062c54e..138ee13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/interfaces", - "version": "5.7.0", + "version": "5.8.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 469df42..285fb17 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.7.0', + version: '5.8.0', description: 'Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.' }