prjct-cli 1.38.2 → 1.38.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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.38.4] - 2026-02-14
4
+
5
+ ### Bug Fixes
6
+
7
+ - reconcile queue with Linear status on sync (#190)
8
+
9
+
10
+ ## [1.38.3] - 2026-02-14
11
+
12
+ ### Bug Fixes
13
+
14
+ - reconcile queue with Linear status on sync
15
+ - replace hardcoded version in server API info (PRJ-341) (#189)
16
+
3
17
  ## [1.38.2] - 2026-02-14
4
18
 
5
19
  ### Bug Fixes
6
20
 
21
+ - replace hardcoded version in server API info (PRJ-341)
7
22
  - replace unbounded any types in workflow-rule-storage (PRJ-339) (#188)
8
23
 
9
-
10
24
  ## [1.38.1] - 2026-02-14
11
25
 
12
26
  ### Bug Fixes