diff --git a/changelog.md b/changelog.md index 2eae24c..24671cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-24 - 8.3.1 - fix(typedserver) +no changes detected — no version bump needed + +- No files changed in the diff +- Current package version: 8.3.0 + ## 2026-01-23 - 8.3.0 - feat(typedserver) add noCache option to disable client-side caching and set no-cache headers on responses diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4becbfc..dd000f4 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.3.0', + version: '8.3.1', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' }