Skip to content

release: v4.0.0 (breaking)#142

Merged
jaredwray merged 2 commits into
mainfrom
release/v4.0.0
Jun 12, 2026
Merged

release: v4.0.0 (breaking)#142
jaredwray merged 2 commits into
mainfrom
release/v4.0.0

Conversation

@jaredwray

@jaredwray jaredwray commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Release summary

Major release: raises the minimum Node.js runtime to 22.18+/24+ (drops Node 20/21) and fixes QR-code creation with custom options. One PR, version bump only — 3.1.0 → 4.0.0. (Branch synced with latest main, which now includes #141.)

@hyphen/sdk@4.0.0 — 2026-06-12

Raises the minimum Node.js runtime to 22.18+/24+ (drops Node 20/21) and fixes QR-code creation with custom options.

⚠ BREAKING CHANGES

Bug Fixes

Internal

Contributors

Full List of Changes

Full diff: v3.1.0...v4.0.0

Verification

  • pnpm install succeeds — lockfile unchanged by the version bump
  • pnpm build succeeds (target node22.18.0)
  • pnpm test passes locally — 233 tests, 100% coverage (statements/branches/functions/lines)
  • Net diff vs main is the package.json version bump only

Post-merge


Generated by Claude Code

Bump @hyphen/sdk 3.1.0 -> 4.0.0 (major).

Breaking: minimum Node.js raised to ^22.18.0 || >=24.0.0 (drops Node 20/21),
driven by the engines.node bump (#134) and hookified@3 (#138). Also includes
a fix for QR-code creation with custom options (#137) and dependency, CI, and
publishing (OIDC trusted publishing + provenance) updates.

https://claude.ai/code/session_01Ax3tVRkBGaifDzp8xYcZhr
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (85f364c) to head (7e3c72f).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #142   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          492       492           
  Branches       105       105           
=========================================
  Hits           492       492           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray jaredwray merged commit a37c236 into main Jun 12, 2026
9 checks passed
@jaredwray jaredwray deleted the release/v4.0.0 branch June 12, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky/failing test: should create a QR code with custom options returns HTTP 400

2 participants