@link-assistant/hive-mind 1.22.3 → 1.22.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @link-assistant/hive-mind
2
2
 
3
+ ## 1.22.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2204f18: Fix workflow cancellation blocking by replacing always() with !cancelled() in Docker jobs (Issue #1278)
8
+ - Replace `always()` with `!cancelled()` in all Docker publish and Helm release job conditions
9
+ - Allow concurrency cancellation to properly interrupt Docker builds when new commits are pushed
10
+ - Reduce Docker job timeout from 60 to 30 minutes to minimize blocking time
11
+ - Fix issue where PR merges to main branch did not trigger releases due to stuck workflow runs
12
+
3
13
  ## 1.22.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@link-assistant/hive-mind",
3
- "version": "1.22.3",
3
+ "version": "1.22.4",
4
4
  "description": "AI-powered issue solver and hive mind for collaborative problem solving",
5
5
  "main": "src/hive.mjs",
6
6
  "type": "module",