Releases: StampUI/cli
Releases · StampUI/cli
Release list
v1.2.2
stampui 1.2.2
Fixed
stampui --versionnow reports the correct version. The1.2.1build reported1.2.0because the version string was hardcoded; it now reads from package.json.
Also since 1.2.1
- Config, lock-file, and license helpers extracted to
src/lib.tswith a vitest suite (13 tests) - CI (typecheck, build, test) on every push and PR
Full changelog: CHANGELOG.md
v1.2.1
stampui 1.2.1
Matches the stampui@1.2.1 package on npm (published 2026-06-20).
Fixed
- License key validation is now case-insensitive and accepts the uppercase
SU_LIVE_-...format issued by the payment provider - Login and license messages show the real key format
Notes
- The published 1.2.1 binary reports
1.2.0for--versionbecause the version string was hardcoded; this is fixed onmainand will ship in the next release. - Full history: CHANGELOG.md