@nexart/cli 0.15.0 → 0.15.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,5 +1,12 @@
1
1
  # @nexart/cli — Changelog
2
2
 
3
+ ## v0.15.1 (2026-06-17) — docs: correct README version header
4
+
5
+ Docs-only patch. No code or behaviour changes.
6
+
7
+ - **Fixed:** the README title still read `v0.12.0` despite several releases since;
8
+ it now reflects the current package version.
9
+
3
10
  ## v0.15.0 (2026-06-17) — `verify-record` (full CER record + timestamp verification)
4
11
 
5
12
  Additive feature. No breaking changes. `verify-bundle` is byte-for-byte unchanged.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @nexart/cli v0.12.0
1
+ # @nexart/cli v0.15.1
2
2
 
3
3
  Command-line interface for NexArt — run, replay, and verify deterministic generative art, plus AI execution certification commands.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexart/cli",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "NexArt CLI — Code Mode and AI execution certification",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",