diff --git a/CHANGELOG.md b/CHANGELOG.md index 563c1aa..08eb63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The format is based on Keep a Changelog, and this project aims to follow Semanti - Nothing unreleased yet. +## [0.2.1] - 2026-03-09 + +- Switched npmjs releases to npm trusted publishing through GitHub Actions OIDC. +- Added a scoped GitHub Packages mirror publish so the repo can show `@jodonnell24/screenstage` in its Packages area. +- Normalized the published CLI `bin` path metadata to match npm's preferred format. + ## [0.2.0] - 2026-03-09 - Added a machine-readable CLI contract for `run` and `record`, including JSON event streams, stable exit codes, manifest typing, and output/headless overrides. diff --git a/package-lock.json b/package-lock.json index 934cc0d..887117e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "motion-creator", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "motion-creator", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "playwright": "^1.54.2" diff --git a/package.json b/package.json index 2a6961a..fa9d196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screenstage", - "version": "0.2.0", + "version": "0.2.1", "description": "TypeScript CLI for cursor-following product demo videos with Playwright and FFmpeg.", "repository": { "type": "git",