From c89da9e2b01d7d138bd3678d6e4ee51f5daca090 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Feb 2026 21:08:38 +0000 Subject: [PATCH] fix(taskbuffer): no changes to commit --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 7947b5e..dfb2b1e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-15 - 6.0.1 - fix(taskbuffer) +no changes to commit + +- Git diff shows no changes +- package.json current version is 6.0.0; no version bump required + ## 2026-02-15 - 6.0.0 - BREAKING CHANGE(constraints) make TaskConstraintGroup constraint matcher input-aware and add shouldExecute pre-execution hook diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e009d9e..782323b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/taskbuffer', - version: '6.0.0', + version: '6.0.1', description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e009d9e..782323b 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/taskbuffer', - version: '6.0.0', + version: '6.0.1', description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.' }