Skip to content

chore(release): v0.3.2 - #18

Merged
drakulavich merged 1 commit into
mainfrom
chore/release-v0.3.2
Jun 10, 2026
Merged

chore(release): v0.3.2#18
drakulavich merged 1 commit into
mainfrom
chore/release-v0.3.2

Conversation

@drakulavich

Copy link
Copy Markdown
Owner

Version bump to v0.3.2 across cli/package.json, .claude-plugin/plugin.json, and .claude-plugin/marketplace.json (both fields).

Release content since v0.3.1: #17 (auto-quote leading-@ flowchart labels in sanitize.ts + mermaid.parse() regression suite) and #16 (gitignore housekeeping).

After merge: tag v0.3.2 on main β†’ publish.yml ships @drakulavich/iago@0.3.2 to npm with provenance.

πŸ€– Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the package version from 0.3.1 to 0.3.2 across all three version-bearing files, preparing the release of changes from PRs #16 and #17.

  • cli/package.json, .claude-plugin/plugin.json, and both version fields in .claude-plugin/marketplace.json are all updated consistently to 0.3.2.
  • No logic, dependency, or configuration changes are included; the sole purpose is to trigger the publish.yml workflow to ship @drakulavich/iago@0.3.2 to npm after merge and tagging.

Confidence Score: 5/5

Safe to merge β€” purely a version bump with no logic changes.

All three version fields are updated consistently to 0.3.2; there are no dependency, script, or configuration changes. The only risk would be a version mismatch between files, and that is not present here.

No files require special attention.

Important Files Changed

Filename Overview
.claude-plugin/marketplace.json Version bumped from 0.3.1 to 0.3.2 in both metadata.version and plugins[0].version fields β€” both fields updated consistently.
.claude-plugin/plugin.json Single version field bumped from 0.3.1 to 0.3.2, no other changes.
cli/package.json npm package version bumped from 0.3.1 to 0.3.2; no dependency or script changes.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub (main)
    participant CI as publish.yml (CI)
    participant npm as npm Registry

    Dev->>GH: "Merge PR #18 (v0.3.2 bump)"
    Dev->>GH: Push tag v0.3.2
    GH->>CI: Trigger publish.yml on tag push
    CI->>CI: "bun run typecheck && bun test && bun run build"
    CI->>npm: "npm publish @drakulavich/iago@0.3.2 (with provenance)"
    npm-->>Dev: Package available
Loading

Reviews (1): Last reviewed commit: "chore(release): v0.3.2" | Re-trigger Greptile

@drakulavich
drakulavich merged commit 6293fc9 into main Jun 10, 2026
4 checks passed
@drakulavich
drakulavich deleted the chore/release-v0.3.2 branch June 10, 2026 07:42
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