From 5d9052018e24cb3ea50e81dd2ebd03c5f84bb634 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 17:03:04 +0000 Subject: [PATCH] =?UTF-8?q?fix():=20no=20changes=20=E2=80=94=20empty=20dif?= =?UTF-8?q?f,=20nothing=20to=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1f11e9b..00cd572 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-24 - 2.8.4 - fix() +no changes — empty diff, nothing to commit + +- Diff contained no modifications; no release required + ## 2026-01-23 - 2.8.3 - fix(mod_output) use pattern base dir when computing relative paths for files to serve diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4a5c1d9..75c004c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbundle', - version: '2.8.3', + version: '2.8.4', description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects' }