Skip to content

v0.3.6 — CLI Version Reporting Fix

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:49
de609a6

What's Fixed

CLI Version Now Matches the Installed Package

The packaged CLI manifest now uses the martin-loop package version, so npx -y martin-loop@0.3.6 --version reports 0.3.6 — not a stale internal version from the build.

Release Guard

Root release validation now fails if the vendored CLI manifest version drifts from the root package version, preventing this class of bug from recurring.

Install

```sh
npm install -g martin-loop@0.3.6
```