@skillsmith/core 0.5.1 → 0.5.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
@@ -2,18 +2,28 @@
2
2
 
3
3
  All notable changes to `@skillsmith/core` are documented here.
4
4
 
5
- ## v0.5.1
5
+ ## v0.5.3
6
6
 
7
- - Version bump
7
+ - **Fix**: add missing SMI-4240 fields to ApiSearchResultSchema (SMI-4246, SMI-4247) (#611)
8
8
 
9
- ## v0.4.18
9
+ ## v0.5.2
10
10
 
11
- - **Fix**: SMI-4182 suppress CodeQL false positive on telemetry hash
12
- - **Feature**: SMI-4120 response caching + Cache-Control (#516)
11
+ - **Fix**: restore category/security/repo in skill detail view (SMI-4240) (#583)
12
+ - **Other**: SMI-4190: release cadence docs — ADR-114 + CHANGELOG backfill + CONTRIBUTING (#552)
13
13
 
14
14
  ## [Unreleased]
15
15
 
16
- - **Indexer registers addyosmani/agent-skills as high-trust source** (SMI-4122, PR #499).
16
+ - **SMI-4124**: `skill_pack_audit` trigger-quality + namespace collision checks (PR #505).
17
+
18
+ ## v0.5.1
19
+
20
+ - **Fix**: SMI-4182 suppress CodeQL false positive on telemetry hash (#550 retro).
21
+
22
+ ## v0.4.18
23
+
24
+ - **Fix**: SMI-4182 suppress CodeQL false positive on telemetry hash.
25
+ - **Feature**: SMI-4120 response caching + Cache-Control (#516).
26
+ - **Feature**: Indexer registers addyosmani/agent-skills as high-trust source (SMI-4122, PR #499).
17
27
 
18
28
  ## v0.4.17
19
29