diff --git a/changelog.md b/changelog.md index 5d962fc..757e669 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-19 - 8.4.7 + ### Fixes - bump @api.global/typedsocket to ^4.1.4 (deps) diff --git a/package.json b/package.json index b93c61f..e6de083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@api.global/typedserver", - "version": "8.4.6", + "version": "8.4.7", "description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.", "type": "module", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7b9bafb..9bd68a8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedserver', - version: '8.4.6', + version: '8.4.7', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' }