chore: prepare release 0.2.0 - #82
Merged
Merged
Conversation
Bump the version to 0.2.0, add the first CHANGELOG, and bring the walkthrough's quoted package.json scripts back in line with the file. The walkthrough quoted `check`, `check:ci` and `format` without prettier, so the snippet it presents as verbatim had stopped matching its source and the prose called `check:ci` "lint, typecheck, tests". Also folds in the pending dev-dependency patch bumps (@biomejs/biome 2.5.11 -> 2.5.14, @types/bun 1.4.0 -> 1.4.2) so the release gate is clean. Co-Authored-By: Claude
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.
Prep PR for the 0.2.0 release. Tag is applied after this merges.
Version
package.json0.1.0 → 0.2.0.CHANGELOG
First
CHANGELOG.mdfor the project, starting at this release rather than reconstructing history.Added
quill.philoserf.com.Changed
Fixed
.corruptbackup key.|or a newline no longer breaks the game-record table.Love Letters (#1 in, #17 out) and the Cloudflare analytics beacon (#16 in, #18 out) are net-zero within
v0.1.0..HEAD, so neither appears above. The refactor and chore commits are internal and omitted.Walkthrough
WALKTHROUGH.mdquotedpackage.json'sscriptsverbatim but had gone stale:check,check:ciandformatwere all missing their prettier half, and the prose describedcheck:cias "lint, typecheck, tests". Snippet now matches the file exactly; prose updated to name the markdown check.THEORY.mdwas regenerated in #80 against this same source and is left alone.Dependencies
Dev-only patch bumps folded in so the release gate exits clean:
@biomejs/biome2.5.11 → 2.5.14,@types/bun1.4.0 → 1.4.2.bun run check:cipasses on the new biome with no new findings.Co-Authored-By: Claude