diff --git a/changelog.md b/changelog.md index 18f2ae6..a7d1078 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-05 - 4.2.6 - fix(meta) +no changes + +- Current package version: 4.2.5 +- No code or file changes detected in this commit; no release required + ## 2026-03-05 - 4.2.5 - fix(compiler) yield to the event loop after TypeScript emit to allow pending microtasks and I/O to settle before reading or modifying the output directory diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3e13296..244762c 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: '4.2.5', + version: '4.2.6', description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.' }