Skip to content

Conversation

@justinxu421
Copy link
Contributor

@justinxu421 justinxu421 commented Oct 21, 2025

Bump version to 0.1.3

This release updates the package version from 0.1.2 to 0.1.3 to publish changes that replace Bun with Node.js as the runtime.

Follow steps here https://github.com/augmentcode/augment-agent/blob/main/RELEASE.md


🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.

Copy link

@augment-app-staging augment-app-staging bot left a comment

Choose a reason for hiding this comment

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

Review completed. No suggestions at this time.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Review completed. The version bump looks correct, but there's a mismatch between the PR description and the actual changes.


🤖 Automated review complete. Please react with 👍 or 👎 on the individual review comments to provide feedback on their usefulness.

{
"name": "augment-agent",
"version": "0.1.2",
"version": "0.1.3",

Choose a reason for hiding this comment

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

The PR description states "Bump version to replace bun with node", but this PR only changes the version number from 0.1.2 to 0.1.3. The actual migration from Bun to Node is not included in this PR.

The GitHub Actions workflows still use Bun:

  • .github/workflows/release.yml uses setup-bun and bun install/bun run commands
  • .github/workflows/format-check.yml uses setup-bun and bun install/bun run commands

Consider either:

  1. Updating the PR description to accurately reflect that this is just a version bump, or
  2. Including the Bun-to-Node migration changes in this PR (updating the workflow files to use Node instead of Bun)

If the Bun-to-Node migration was done in a previous commit/PR, the description should clarify that this version bump is to release the changes that replaced Bun with Node.

@justinxu421 justinxu421 merged commit cd94b92 into main Oct 29, 2025
6 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.

3 participants