diff --git a/changelog.md b/changelog.md index b12c1d8..63b57c2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-05-15 - 2.5.1 - fix(commitinfo) +Update commit information and metadata to synchronize release data + +- Regenerated the commitinfo file with current version details +- Maintained existing functionality with no functional code changes + ## 2025-05-15 - 2.5.0 - feat(cli) Enhance type checking in CLI by adding default file pattern handling diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 99bf8c8..a3341e1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbuild', - version: '2.5.0', + version: '2.5.1', description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.' }