@neocompose/cli 0.47.0 → 0.47.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.47.1] - 2026-09-09
4
+
5
+ ### Changed
6
+
7
+ - Stored NeoScript bodies must carry exactly the current compiler revision.
8
+ Bodies with no revision stamp are rejected, and the CLI's own placeholder
9
+ bodies are stamped when it writes them.
10
+
3
11
  ## [0.47.0] - 2026-09-08
4
12
 
5
13
  ### Added