Skip to content

chore: prepare 1.1.0 release metadata - #134

Merged
RaekwonIII merged 1 commit into
mainfrom
chore/release-1.1.0-metadata
Aug 11, 2026
Merged

chore: prepare 1.1.0 release metadata#134
RaekwonIII merged 1 commit into
mainfrom
chore/release-1.1.0-metadata

Conversation

@martinssvlabs

@martinssvlabs martinssvlabs commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Release metadata for 1.1.0. Same shape as #131: version bump plus a curated CHANGELOG.md entry, no source changes.

Why 1.1.0 and not 1.0.3

feat: add beacon client connector (#132) adds public API surface — a beacon chain client on sdk.api, new exported readers, and the extendedConfig.beacon.endpoint option. That is a minor, not a patch.

Why the changelog is short

The unreleased range (v1.0.2..main) is #132 and #133. It contains one feat, one unrelated fix(config), one docs, and ~21 fix(beacon): commits. Those 21 are review rounds on the beacon feature before it ever shipped, so listing them as "Fixes" would describe fixes to a release that never existed. The user-visible ones — credential and query-string redaction in error messages — are folded into the feature description instead. This matches how the 1.0.2 entry was curated rather than dumped.

After merge

  1. Tag the merge commit of this PR: git tag v1.1.0 <merge-sha> && git push origin v1.1.0 — lightweight, matching v1.0.2, which points at chore: prepare 1.0.2 release metadata #131's merge commit.
  2. pnpm run v-pub-tarball to check the tarball, then npm publish.

dist/ is already current on main via #133 and carries no version string, so this bump produces no dist diff and will not open another ci/update-artifacts PR.

Bump to 1.1.0 for the beacon chain client added in #132, and record the
release in CHANGELOG.md.

Minor rather than patch: `feat: add beacon client connector` adds public
API surface. The many `fix(beacon):` commits in the range are review
rounds on that same unreleased feature, so they are summarised into the
feature description rather than listed as fixes to a shipped release —
matching how 1.0.2 was written.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@martinssvlabs
martinssvlabs requested review from Chris-ssvlabs and RaekwonIII and removed request for Chris-ssvlabs August 10, 2026 15:23
@RaekwonIII
RaekwonIII enabled auto-merge August 10, 2026 15:23
@RaekwonIII
RaekwonIII merged commit 5c127bb into main Aug 11, 2026
2 checks passed
@RaekwonIII
RaekwonIII deleted the chore/release-1.1.0-metadata branch August 11, 2026 07:36
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.

3 participants