prjct-cli 1.39.0 → 1.40.1

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,11 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.40.1] - 2026-02-15
4
+
5
+ ### Bug Fixes
6
+
7
+ - sanitize SQLite bindings in JSON migration (#196)
8
+
9
+
10
+ ## [1.40.1] - 2026-02-15
11
+
12
+ ### Fixed
13
+ - Sanitize SQLite bindings in JSON migration to prevent type errors
14
+
15
+ ## [1.40.0] - 2026-02-15
16
+
17
+ ### Features
18
+
19
+ - redesign prjct update as 3-phase system updater (#195)
20
+
21
+
3
22
  ## [1.39.0] - 2026-02-15
4
23
 
5
24
  ### Features
6
25
 
7
26
  - instruction rule type + daemon stop/restart/stale detection (#194)
8
-
27
+ - redesign prjct update as 3-phase system updater
9
28
 
10
29
  ## [1.38.10] - 2026-02-15
11
30