fix(taskbuffer): no changes to commit
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2026-02-15 - 6.0.0 - BREAKING CHANGE(constraints)
|
||||||
make TaskConstraintGroup constraint matcher input-aware and add shouldExecute pre-execution hook
|
make TaskConstraintGroup constraint matcher input-aware and add shouldExecute pre-execution hook
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/taskbuffer',
|
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.'
|
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/taskbuffer',
|
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.'
|
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user