Release 0.2.1: fix stale docs, upgrade artifact pins, bump version#44
Merged
tom-bot-for-rana[bot] merged 2 commits intoApr 13, 2026
Merged
Conversation
Documentation audit found three issues: - Version tags in README and integration guide still referenced @v0.1.0 instead of the current @v0.2.0 - Composite action YAMLs pinned upload-artifact and download-artifact to v4 SHAs, but the v0.2.0 changelog claimed v4→v7 upgrade (only CI workflow was updated at the time) - README "Current constraints" said "Fixed viewport presets" but custom viewports have been supported since v0.2.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Set package.json version to 0.2.1 - Move Unreleased changelog entries under 0.2.1 heading - Update all action usage examples from @v0.2.0 to @v0.2.1 (README, integration guide, workflow template) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ranacseruet
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation audit against the codebase found several issues that accumulated since the v0.2.0 release, plus a version bump for the next patch release.
Changes
@v0.1.0references to@v0.2.1in README (2 places), integration guide (4 places), and workflow template (1 place)actions/upload-artifactandactions/download-artifactfrom v4 SHAs to v7 SHAs inactions/baseline/action.yml,actions/pr-diff/action.yml, andactions/resolve-baseline/action.yml— the v0.2.0 changelog claimed this upgrade but only the CI workflow was updated{ "width": number, "height": number }), available since v0.2.0package.json→0.2.1, CHANGELOG entries moved from Unreleased to0.2.1 - 2026-04-13Test plan
npm run cipasses (lint, typecheck, validate:actions, 183 tests, pack:check — all green)v0.2.1to trigger the publish workflow🤖 Generated with Claude Code