Skip to content

v0.1.2 — fix oe --version

Choose a tag to compare

@xingchengxu xingchengxu released this 28 May 03:26
· 79 commits to main since this release

0.1.2 — 2026-05-28

Tiny patch over 0.1.1 — the kind of bug only noticed after a fresh npm install.

Fixed

  • oe --version now prints the actual installed version. Was hardcoded to 0.1.0 in packages/cli/src/index.ts:23; rewired to read from the bundled package.json at runtime so it never drifts again.