From d66b7648a807b478087cde4c6723f76ef559ed44 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 16:49:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(typedserver):=20no=20changes=20detected=20?= =?UTF-8?q?=E2=80=94=20no=20version=20bump=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.' }