From 54e4a92acfdcc9dc11e89dc85aa15bf84ac4c3da Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:03:32 +0000 Subject: [PATCH] release: 0.5.61 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ charts/dispatch/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bf15094..ff31b1fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.60" + ".": "0.5.61" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce64fa4..98c893b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.61](https://github.com/misospace/dispatch/compare/v0.5.60...v0.5.61) (2026-09-13) + + +### Features + +* **deps:** update dependency tailwind-merge (3.6.0 → 3.7.0) ([#997](https://github.com/misospace/dispatch/issues/997)) ([9f67de0](https://github.com/misospace/dispatch/commit/9f67de0bb49750b86c8cebe7736ff37630372184)) + + +### Bug Fixes + +* **deps:** update dependency zod (4.6.2 → 4.6.4) ([#998](https://github.com/misospace/dispatch/issues/998)) ([0bed6b5](https://github.com/misospace/dispatch/commit/0bed6b58c1d76b814ad34523aa894da943ebfee4)) +* **pr-fix:** stop the merged-PR and human-review fix loops ([#1003](https://github.com/misospace/dispatch/issues/1003)) ([a2a412f](https://github.com/misospace/dispatch/commit/a2a412fea6195f4078b944f76a732e11f11ffbdf)) + ## [0.5.60](https://github.com/misospace/dispatch/compare/v0.5.59...v0.5.60) (2026-09-11) diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index 1237b66a..4baf199d 100644 --- a/charts/dispatch/Chart.yaml +++ b/charts/dispatch/Chart.yaml @@ -4,8 +4,8 @@ description: >- GitHub issue assignment layer for coding agents — sync, grooming, lanes, and a work queue. type: application -version: 0.5.60 -appVersion: 0.5.60 +version: 0.5.61 +appVersion: 0.5.61 home: https://github.com/misospace/dispatch sources: - https://github.com/misospace/dispatch diff --git a/package-lock.json b/package-lock.json index f5e03acc..99316c04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dispatch", - "version": "0.5.60", + "version": "0.5.61", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dispatch", - "version": "0.5.60", + "version": "0.5.61", "hasInstallScript": true, "dependencies": { "@dnd-kit/core": "^6.1.0", diff --git a/package.json b/package.json index 0e738b70..e071f825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.60", + "version": "0.5.61", "private": true, "engines": { "node": ">=24"