Skip to content

chore: release tokenleak 2.1.1#134

Merged
ya-nsh merged 1 commit into
mainfrom
release/npm-2.1.1
Jun 2, 2026
Merged

chore: release tokenleak 2.1.1#134
ya-nsh merged 1 commit into
mainfrom
release/npm-2.1.1

Conversation

@ya-nsh

@ya-nsh ya-nsh commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump Tokenleak workspace package versions and exported CLI/core version to 2.1.1.
  • Update version assertions for the new npm release.
  • Refresh bun.lockb after the version bump.

Release Validation

  • npm view tokenleak version dist-tags --json confirmed npm latest is 2.1.0.
  • PATH="/Users/yansh/.bun/bin:$PATH" bun run check
  • PATH="/Users/yansh/.bun/bin:$PATH" bun test packages/core/src/index.test.ts packages/cli/src/cli.test.ts
  • PATH="/Users/yansh/.bun/bin:/opt/homebrew/bin:$PATH" bun run prepublish
  • bun dist/tokenleak --version prints tokenleak 2.1.1.
  • npm pack --dry-run --json from dist/ contains README.md, package.json, and executable tokenleak.
  • npm publish --dry-run from dist/ succeeds for tokenleak@2.1.1.

Publish Note

Actual npm publish is not completed yet because npm whoami returned E401 in this environment. Run npm login / refresh npm auth before publishing.

Summary by CodeRabbit

  • Chores
    • Patch version 2.1.1 released, updating all packages with new version metadata across the suite.

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5315d771-6ea3-4031-9ad5-bce2ba02f9eb

📥 Commits

Reviewing files that changed from the base of the PR and between f50bd62 and 60aa67f.

⛔ Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
📒 Files selected for processing (10)
  • packages/cli/package.json
  • packages/cli/src/cli.test.ts
  • packages/core/package.json
  • packages/core/src/index.test.ts
  • packages/core/src/index.ts
  • packages/mcp/package.json
  • packages/mcp/src/server.ts
  • packages/registry/package.json
  • packages/renderers/package.json
  • packages/tui/package.json

📝 Walkthrough

Walkthrough

This PR is a patch version bump from 2.1.0 to 2.1.1 across all packages in the monorepo. The core VERSION constant, test assertions, package manifests, and MCP server metadata are all updated consistently to reflect the new version.

Changes

Version Bump 2.1.0 → 2.1.1

Layer / File(s) Summary
Core version export
packages/core/src/index.ts
The VERSION constant is updated from 2.1.0 to 2.1.1.
Core tests and package manifest
packages/core/src/index.test.ts, packages/core/package.json
Core version test assertion and package manifest are updated to validate and declare version 2.1.1.
CLI version tests and package manifest
packages/cli/src/cli.test.ts, packages/cli/package.json
Three buildLauncherBody test cases and the --version invocation test are updated to expect 2.1.1; package manifest is bumped.
MCP server version advertisement
packages/mcp/src/server.ts, packages/mcp/package.json
MCP server version metadata is updated to advertise 2.1.1, and package manifest is bumped.
Remaining package manifests
packages/registry/package.json, packages/renderers/package.json, packages/tui/package.json
Package manifests for registry, renderers, and tui are updated to version 2.1.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • ya-nsh/tokenleak#51: Related package version bump PR that updates the same package manifests in coordination.
  • ya-nsh/tokenleak#39: Prior release/version bump that updated the core VERSION constant and related test assertions in an analogous pattern.

Poem

🐰 Version bumps so precise and neat,
Two-point-one-point-one's a tiny beat,
Across the monorepo, changes complete,
Core, CLI, MCP all in sync—what a treat!
A patch release, small but sweet. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title clearly describes the main change: a version release bump to 2.1.1 across all packages in the tokenleak workspace, which is directly reflected in the changeset.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/npm-2.1.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ya-nsh ya-nsh merged commit d7dd441 into main Jun 2, 2026
1 of 2 checks passed
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.

1 participant