From 094f9df55f0d6a4a9ca98e5cca3025667fd11725 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 5 Mar 2026 16:45:53 +0000 Subject: [PATCH] fix(meta): no changes --- 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 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.' }