chore: bump version to 0.1.86#147
Conversation
WalkthroughThe ChangesVersion Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR bumps the
Confidence Score: 5/5Safe to merge — only the version string changes in both manifest files, with no functional code, dependency, or configuration modifications. The diff is a two-file, two-field version bump with no logic, dependency, or build-script changes. The only risk would be a version number typo or mismatched values between the two files, both of which are correct here. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: bump version 0.1.85 → 0.1.86] --> B[package.json]
A --> C[package-lock.json]
B --> D[Triggers GitHub Release Workflow]
C --> D
D --> E[Build with POSTHOG_API_KEY injected]
E --> F[Publish @insforge/cli@0.1.86 to npm]
Reviews (1): Last reviewed commit: "chore: bump version to 0.1.86" | Re-trigger Greptile |
Summary
Verification
Summary by cubic
Bump
@insforge/clito 0.1.86 to republish via the GitHub release workflow and replace the 0.1.85 artifact built without PostHog API key injection. Ensures the npm package is published with the correct build configuration.Written for commit 2fce4d9. Summary will update on new commits.
Review in cubic
Note
Bump version to 0.1.86
Updates the version field in package.json from
0.1.85to0.1.86.Macroscope summarized 2fce4d9.
Summary by CodeRabbit