prjct-cli 1.51.1 → 1.52.3

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,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.52.3] - 2026-03-08
4
+
5
+ ### Bug Fixes
6
+
7
+ - security hardening — command injection, CORS, path traversal, error disclosure (#235)
8
+ - security hardening — command injection, CORS, path traversal, error disclosure
9
+
10
+
11
+ ## [1.52.2] - 2026-03-07
12
+
13
+ ### Added
14
+ - security hardening
15
+
16
+ ## [1.52.1] - 2026-03-07
17
+
18
+ ### Added
19
+ - security hardening
20
+
21
+ ## [1.51.4] - 2026-03-04
22
+
23
+ ### Chores
24
+
25
+ - Remove dead code from core/ (3 files, 9 exports, -675 lines)
26
+
27
+ ## [1.51.3] - 2026-03-04
28
+
29
+ ### Bug Fixes
30
+
31
+ - sync auto-includes analysis payload (#233)
32
+
33
+ ## [1.51.2] - 2026-03-04
34
+
35
+ ### Fixed
36
+ - sync now auto-includes analysis payload instead of suggesting a manual step
37
+
3
38
  ## [1.51.1] - 2026-03-04
4
39
 
5
40
  ### Bug Fixes
6
41
 
7
42
  - strip --md/--json flags from context command args (#232)
8
43
 
9
-
10
44
  ## [1.51.0] - 2026-03-03
11
45
 
12
46
  ### Features