Skip to content

fix(release): bump version to 0.2.0 for npm publish#173

Merged
rubenmarcus merged 1 commit intomainfrom
fix/release-version
Feb 12, 2026
Merged

fix(release): bump version to 0.2.0 for npm publish#173
rubenmarcus merged 1 commit intomainfrom
fix/release-version

Conversation

@rubenmarcus
Copy link
Member

Summary

  • Bumps package.json version from 0.1.1-beta.16 to 0.2.0
  • The v0.2.0 release commit (chore(release): v0.2.0 stable release #171) forgot to update the version, causing the npm publish CI step to fail with E403 (version already exists)

Test plan

  • CI passes
  • npm publish succeeds with version 0.2.0

🤖 Generated with Claude Code

The v0.2.0 release commit still had version 0.1.1-beta.16 in
package.json, causing npm publish to fail with E403 since that
version was already published.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added bug Something isn't working config labels Feb 12, 2026
@rubenmarcus rubenmarcus merged commit 7a43545 into main Feb 12, 2026
10 checks passed
@github-actions
Copy link
Contributor

✔️ Bundle Size Analysis

Metric Value
Base 1705.70 KB
PR 1705.70 KB
Diff 0 KB (0%)
Bundle breakdown
156K	dist/auth
28K	dist/automation
4.0K	dist/cli.d.ts
4.0K	dist/cli.d.ts.map
16K	dist/cli.js
12K	dist/cli.js.map
420K	dist/commands
28K	dist/config
4.0K	dist/index.d.ts
4.0K	dist/index.d.ts.map
4.0K	dist/index.js
4.0K	dist/index.js.map
536K	dist/integrations
84K	dist/llm
656K	dist/loop
172K	dist/mcp
32K	dist/presets
92K	dist/setup
28K	dist/skills
392K	dist/sources
76K	dist/ui
44K	dist/utils
328K	dist/wizard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working config

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant