diff --git a/changelog.md b/changelog.md index be591f3..cca3ba4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-04-12 - 3.0.74 - fix(commit-info) +chore: update commit metadata (no source code changes) + +- Uncommitted diff shows no changes in source files; the commit updates internal commit info only. + ## 2025-04-11 - 3.0.73 - fix(metadata) Update repository URLs and metadata to reflect the new organization scope diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e36f0ba..7199152 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: '3.0.73', + version: '3.0.74', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' }