Skip to content

chore: bump CLI version to 0.1.79#128

Merged
tonychang04 merged 1 commit into
mainfrom
chore/bump-version-0.1.79
May 14, 2026
Merged

chore: bump CLI version to 0.1.79#128
tonychang04 merged 1 commit into
mainfrom
chore/bump-version-0.1.79

Conversation

@tonychang04
Copy link
Copy Markdown
Contributor

@tonychang04 tonychang04 commented May 14, 2026

Version bump after #127 (auth verification + password policy in insforge.toml) lands on main. Triggers npm publish on release.

🤖 Generated with Claude Code


Summary by cubic

Bump @insforge/cli to 0.1.79 to release auth verification and insforge.toml password policy support. This triggers npm publish on release.

Written for commit 4fbd306. Summary will update on new commits.

Note

Bump CLI version to 0.1.79

Updates the version field in package.json from 0.1.78 to 0.1.79.

Macroscope summarized 4fbd306.

Summary by CodeRabbit

  • Chores
    • Version bump to 0.1.79

Review Change Stack

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Walkthrough

The package version in package.json was incremented from 0.1.78 to 0.1.79. No other package configuration, dependencies, scripts, or metadata were modified.

Changes

Package Version Increment

Layer / File(s) Summary
Version field increment
package.json
The version field was bumped from 0.1.78 to 0.1.79.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • InsForge/CLI#118: Both PRs bump the version field in package.json with no other code-level changes.
  • InsForge/CLI#113: Both PRs increment package.json's version field by a patch release with no other modifications.
  • InsForge/CLI#121: Both PRs bump package.json's version field without any other code or config changes.

Suggested reviewers

  • jwfing

Poem

🐰 A number ticks upward, small and bright,
From seventy-eight to seventy-nine in flight,
A patch release, a bump so neat,
Makes the version dance complete! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: a version bump from 0.1.78 to 0.1.79 in package.json, which is the only modification in this pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-version-0.1.79

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 14, 2026

Greptile Summary

Bumps the @insforge/cli package version from 0.1.78 to 0.1.79 in package.json and the matching entries in package-lock.json, intended to trigger an npm publish after the auth-verification and password-policy changes land on main.

  • package.json: single version field updated to 0.1.79.
  • package-lock.json: both the root-level version and the packages[""].version entry updated consistently to 0.1.79; no dependency changes.

Confidence Score: 5/5

Safe to merge — only the version string is updated, both files are consistent, and no logic or dependencies are touched.

The change is a two-file version-string update: package.json and both version entries in package-lock.json move from 0.1.78 to 0.1.79. No source code, dependencies, scripts, or configuration change. The lockfile is internally consistent with the manifest.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version field bumped from 0.1.78 to 0.1.79; no other changes.
package-lock.json Version field updated in both the root and the packages[""] entry to match package.json; lockfile is consistent.

Sequence Diagram

sequenceDiagram
    participant PR as This PR (v0.1.79)
    participant Main as main branch
    participant CI as CI / Release Workflow
    participant npm as npm Registry

    PR->>Main: Merge version bump
    Main->>CI: Trigger release workflow
    CI->>CI: "Build & test"
    CI->>npm: "Publish @insforge/cli@0.1.79"
Loading

Reviews (1): Last reviewed commit: "bump CLI version to 0.1.79" | Re-trigger Greptile

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more

@tonychang04 tonychang04 enabled auto-merge (squash) May 14, 2026 22:21
Copy link
Copy Markdown
Member

@jwfing jwfing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, approved.

@tonychang04 tonychang04 merged commit 2981811 into main May 14, 2026
4 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.

2 participants