prjct-cli 1.44.0 → 1.44.2
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 +19 -0
- package/dist/bin/prjct-core.mjs +183 -183
- package/dist/cli/linear.mjs +9 -9
- package/dist/daemon/entry.mjs +160 -160
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.44.2] - 2026-02-16
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- legacy previousTask not migrated to pausedTasks (PRJ-345) (#206)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.44.3] - 2026-02-16
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- legacy previousTask not migrated to pausedTasks (PRJ-345)
|
|
15
|
+
|
|
16
|
+
## [1.44.1] - 2026-02-16
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- resumeTask and pauseTask preserve business metadata (PRJ-344) (#205)
|
|
21
|
+
|
|
3
22
|
## [1.44.0] - 2026-02-16
|
|
4
23
|
|
|
5
24
|
### Features
|