release: v3.0.2 - #174
Merged
Merged
Conversation
Bumps hookified from 3.0.1 to 3.0.2 (patch). Development dependency updates only (#173); no changes to published code. src/ and the build configuration are untouched, and the build toolchain (tsdown 0.22.2, typescript 6.0.3, rolldown 1.0.1/1.1.1) is unchanged from v3.0.1. Verified locally: pnpm install --frozen-lockfile, pnpm build, and pnpm test:ci all pass with 312 tests at 100% coverage. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A2WzqEjmzBExW4r3PCbiWo
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #174 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 433 433
Branches 109 109
=========================================
Hits 433 433 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Release summary
Patch release covering the development dependency updates from #173. No changes to published code.
hookified@3.0.2 — 2026-07-24
Development dependency updates only; no changes to published code.
Internal
Contributors
Full List of Changes
Full diff: v3.0.1...v3.0.2
Verification
pnpm install --frozen-lockfilesucceedspnpm buildsucceedspnpm test:cipasses locally — 312 tests, 100% coverageThe diff is one line:
package.json3.0.1→3.0.2. NoCHANGELOG.mdin this project, so no changelog entry. The lockfile needed no refresh — there are no workspace cross-deps.Scope note
This release ships an artifact functionally identical to v3.0.1.
src/and the build configuration are untouched, and the build toolchain is unchanged from v3.0.1 (tsdown@0.22.2,typescript@6.0.3,rolldown@1.0.1/1.1.1). Every package updated in #173 is a devDependency, and hookified publishesdist+LICENSEwith zero runtime dependencies, so none of them reach a consumer's tree.Cut deliberately after review — flagging it here so the version number isn't mistaken for a behavior change.
Branch note
This would normally ship from
release/v3.0.2. The environment pins this session toclaude/hookified-dependency-maintenance-89yp7q, so the release cut is pushed there instead. The branch was restarted from the currentmainrather than stacked on the already-merged history from #173.Post-merge
Merge, then create a GitHub Release at tag
v3.0.2—release.yamltriggers onrelease: [released]and publishes to npm with OIDC provenance.Generated by Claude Code