Skip to content

Release v6.6.69 - #913

Merged
alexpmule merged 1 commit into
masterfrom
build/6.6.69-prep
Aug 26, 2026
Merged

Release v6.6.69#913
alexpmule merged 1 commit into
masterfrom
build/6.6.69-prep

Conversation

@alexpmule

Copy link
Copy Markdown
Contributor

What

Release v6.6.69. This is a clean re-cut of 6.6.68 so the release actually reaches npm.

Why

6.6.68 (PR #911) was merged and tagged v6.6.68, but it never published to npm. The release workflow ("Tests and publishing") runs the Github Release step before npm publish. Once the tag/release v6.6.68 existed, every re-run failed at the Github Release step with already_exists and skipped the publish, so npm stayed on 6.6.66. A re-run can therefore never publish that version.

Cutting a fresh version (6.6.69) sidesteps the stuck tag: the Github Release step succeeds for the new v6.6.69, and npm publish runs afterwards with the now-corrected CI credential.

Changes

  • package.json: version 6.6.686.6.69.
  • package-lock.json: root / packages[""] version → 6.6.69.

No dependency changes. The 5.2.34 api-method-documentation fix (webhook URL-area alignment for OAS 3.1/3.2) is already in the lockfile via #911 — this is a version bump only, so 6.6.69 carries the exact same component set as 6.6.68.

Refs

  • Follows PR Release v6.6.68 #911 (adopted api-method-documentation 5.2.34)
  • Umbrella: TD-0333486 (OAS 3.1/3.2 API Console support)

6.6.68 (PR #911) merged and tagged but never reached npm: the release
workflow creates the GitHub release before running npm publish, so once
tag v6.6.68 existed a re-run always failed at the release step and
skipped the publish. Cutting a fresh version lets the publish job run.

Content is identical to 6.6.68 — api-method-documentation 5.2.34 is
already in the lockfile via #911; this is a version bump only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@alexpmule
alexpmule requested a review from a team as a code owner August 26, 2026 18:56
@alexpmule
alexpmule merged commit b251fbe into master Aug 26, 2026
6 checks passed
@alexpmule
alexpmule deleted the build/6.6.69-prep branch August 26, 2026 19:13
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.

2 participants