v1.3.0 - April 11, 2026
- Added
jsonsupport toversion-injectorsocommandscan update additional JSON manifests that already contain a top-levelversionkey. - Updated action runtime imports to stay compatible with current
@actions/core,@actions/exec, and@actions/githubpackages.
v1.2.1 - March 14, 2026
- Added
PREPARE_RELEASE_VERSIONand theresolved-versionaction output so downstream commands and later workflow steps can reuse the resolved release version. - Added README guidance and regression coverage for
version=devresolution from matching tags,package.json.version, and the unreleased fallback path. - Fixed
version=devto handle repositories without matching tags by falling back topackage.json.versionorv0.0.0-unreleased.<sha>.
v1.2.0 - March 13, 2026
- Updated repository tooling, workflows, packaging, and documentation to align with Tanaab coding guidance.
- Added a bundled
version-injectorCLI forjs,sh, andps1SCRIPT_VERSIONinjection and exposeddist/version-injectoronPATHforcommands. - Added
SCRIPT_VERSIONfallback logic to shipped entrypoints and updated the release flow to stampdist/index.jsanddist/version-injector.jswith the release tag.
v1.1.1 - February 27, 2026
- Removed opinionated
vprefix from defaultsync-message#8
v1.1.0 - February 27, 2026
- Added a
sync-verifiedinput to optionally create sync commits through GitHub with verified signatures. #6 - Removed the
lando-plugininput and deleted Lando-specific release logic, helpers, and tests. #5 - Removed the unused
@actions/githubdependency after eliminating release-context handling. #5 - Switched verified sync commit creation to GraphQL
createCommitOnBranchwith base64-encoded file additions. #6 - Updated sync test workflows to validate unsigned (
sync-test) and verified (sync-test-verified) branch flows. #6 - Updated workflows and documentation to drop
lando-pluginusage and examples. #5
v1.0.0 - February 26, 2026
- Added Bun runtime support files, including
.bun-versionandbun.lock. #4 - Added comprehensive Mocha unit tests for every module in
utils/. #4 - Converted the action source and utility modules from CommonJS to ESM syntax. #4
- Introduced per-file coverage enforcement and a
testscript with Mocha andc8. #4 - Replaced
@vercel/nccbundling withbun buildand regenerated distribution artifacts. #4 - Switched repository tooling and GitHub Actions workflows from Node/npm to Bun. #4
- Updated action runtime plumbing and documentation to use Bun-native commands. #4
- Updated package and automation metadata to remove Node-specific versioning and lockfile settings. #4
- Moved over from @lando/prepare-release-action