#!/usr/bin/env node /** * Version Bump CLI - thin entry point. * * Usage: node bump-version.js [major|minor|patch] * Default: minor * * Set LISA_AUTO_BUMP_VERSION in .lisa/.env to control behavior: * true — enabled (default) * false — disabled, skip with message * patch|minor|major — enabled with that bump type as default */ export {}; //# sourceMappingURL=bump-version.d.ts.map