prjct-cli 1.45.0 → 1.45.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 CHANGED
@@ -1,12 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.45.2] - 2026-02-17
4
+
5
+ ### Bug Fixes
6
+
7
+ - Jira/Linear MCP OAuth setup - guides user through mcp-remote auth (#212)
8
+
9
+
10
+ ## [1.45.2] - 2026-02-16
11
+
12
+ ### Added
13
+ - fix: Jira/Linear MCP OAuth setup
14
+
15
+ ## [1.45.1] - 2026-02-17
16
+
17
+ ### Bug Fixes
18
+
19
+ - prjct update - daemon restart and latest version detection (#211)
20
+
21
+
22
+ ## [1.45.1] - 2026-02-17
23
+
24
+ ### Bug Fixes
25
+
26
+ - prjct update now uses npm install @latest to always fetch true latest version
27
+ - daemon restart failure is non-fatal warning, not an error
28
+ - spawnDaemon polls up to 3s for daemon readiness after install
29
+
3
30
  ## [1.45.0] - 2026-02-17
4
31
 
5
32
  ### Features
6
33
 
7
34
  - migrate linear/jira integrations to MCP-only (#210)
8
35
 
9
-
10
36
  ## [1.44.9] - 2026-02-16
11
37
 
12
38
  ### Added