Skip to content

chore(main): release 0.4.0 - #23

Merged
gjtorikian merged 1 commit into
mainfrom
release-please--branches--main--components--emulate
Jul 27, 2026
Merged

chore(main): release 0.4.0#23
gjtorikian merged 1 commit into
mainfrom
release-please--branches--main--components--emulate

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.4.0 (2026-07-27)

Features

  • convert toolchain to Bun and ship standalone binaries (#27) (122a3aa)

Bug Fixes

  • bind emulator server to localhost by default (#21) (5a0fd1b)

This PR was generated with Release Please. See documentation.

@greptile-apps

greptile-apps Bot commented Jul 23, 2026

Copy link
Copy Markdown

Greptile Summary

This is an automated Release Please PR that bumps the package version from 0.3.0 to 0.4.0, updates the changelog, and syncs the release manifest.

  • package.json: Version field updated to 0.4.0.
  • CHANGELOG.md: New 0.4.0 section added documenting the Bun toolchain conversion and the localhost-binding bug fix from the underlying feature PRs.
  • .release-please-manifest.json: Manifest version entry updated to 0.4.0 to reflect the new release state.

Confidence Score: 5/5

Fully automated release bookkeeping — only version strings and changelog text are touched, no runtime logic is affected.

All three changed files are generated by Release Please and contain only version string updates and changelog prose. There is no runtime code, configuration, or dependency change that could introduce a regression.

Files Needing Attention: No files require special attention.

Important Files Changed

Filename Overview
package.json Version bumped from 0.3.0 to 0.4.0; no other changes.
CHANGELOG.md New 0.4.0 changelog section added with feature and bug-fix entries generated by Release Please.
.release-please-manifest.json Root package version entry updated from 0.3.0 to 0.4.0 in the Release Please manifest.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] --> B[Detect merged PRs on main]
    B --> C{Conventional Commits?}
    C -- feat: Bun toolchain #27 --> D[Minor version bump]
    C -- fix: localhost binding #21 --> D
    D --> E[Generate CHANGELOG.md entry]
    E --> F[Bump version: 0.3.0 → 0.4.0]
    F --> G[Update .release-please-manifest.json]
    F --> H[Update package.json]
    G & H & E --> I[Open Release PR #23]
    I --> J[Merge → publish v0.4.0]
Loading

Reviews (2): Last reviewed commit: "chore(main): release 0.4.0" | Re-trigger Greptile

@github-actions github-actions Bot changed the title chore(main): release 0.3.1 chore(main): release 0.4.0 Jul 27, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--emulate branch from 663cbf4 to 4f484d2 Compare July 27, 2026 17:58
@gjtorikian
gjtorikian merged commit 27acbc6 into main Jul 27, 2026
6 checks passed
@gjtorikian
gjtorikian deleted the release-please--branches--main--components--emulate branch July 27, 2026 18:05
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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

Development

Successfully merging this pull request may close these issues.

1 participant