@mcpdesc/validator 0.12.0-rc.1 → 0.12.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ Dates for published releases are the UTC publication dates recorded by npm.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [0.12.0] - 2026-09-09
12
+
13
+ ### Changed
14
+
15
+ - Promoted the stable MCP Description `0.8.0` support proven in `0.12.0-rc.1`
16
+ without changing schemas, conformance behavior, diagnostics, fixtures, or
17
+ public APIs.
18
+
11
19
  ## [0.12.0-rc.1] - 2026-09-09
12
20
 
13
21
  ### Added
@@ -174,7 +182,8 @@ Dates for published releases are the UTC publication dates recorded by npm.
174
182
  - Added synchronous structural and semantic validation for parsed JavaScript values with deterministic diagnostics and exact selector dispatch.
175
183
  - Added ESM browser support, TypeScript declarations, embedded schema provenance, frozen fixtures, and package-content checks.
176
184
 
177
- [Unreleased]: https://github.com/mcpdesc/core/compare/validator-v0.12.0-rc.1...HEAD
185
+ [Unreleased]: https://github.com/mcpdesc/core/compare/validator-v0.12.0...HEAD
186
+ [0.12.0]: https://github.com/mcpdesc/core/compare/validator-v0.12.0-rc.1...validator-v0.12.0
178
187
  [0.12.0-rc.1]: https://github.com/mcpdesc/core/compare/validator-v0.11.1...validator-v0.12.0-rc.1
179
188
  [0.11.1]: https://github.com/mcpdesc/core/compare/validator-v0.11.0...validator-v0.11.1
180
189
  [0.11.0]: https://github.com/mcpdesc/core/compare/validator-v0.10.1...validator-v0.11.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpdesc/validator",
3
- "version": "0.12.0-rc.1",
3
+ "version": "0.12.0",
4
4
  "description": "Structural and semantic validation for MCP Description snapshots",
5
5
  "type": "module",
6
6
  "types": "./index.d.ts",