prjct-cli 1.38.3 → 1.38.5
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 +15 -1
- package/dist/bin/prjct-core.mjs +112 -112
- package/dist/cli/linear.mjs +14 -14
- package/dist/daemon/entry.mjs +88 -88
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.38.5] - 2026-02-14
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- skip diff preview in non-interactive sync mode (#191)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.38.4] - 2026-02-14
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- reconcile queue with Linear status on sync (#190)
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [1.38.3] - 2026-02-14
|
|
4
18
|
|
|
5
19
|
### Bug Fixes
|
|
6
20
|
|
|
21
|
+
- reconcile queue with Linear status on sync
|
|
7
22
|
- replace hardcoded version in server API info (PRJ-341) (#189)
|
|
8
23
|
|
|
9
|
-
|
|
10
24
|
## [1.38.2] - 2026-02-14
|
|
11
25
|
|
|
12
26
|
### Bug Fixes
|