Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down