Skip to content

Bump package version to 0.1.4 after release update - #1

Merged
Tatsuyato merged 1 commit into
masterfrom
copilot/update-version-number
Jul 15, 2026
Merged

Bump package version to 0.1.4 after release update#1
Tatsuyato merged 1 commit into
masterfrom
copilot/update-version-number

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Description

Version metadata was not updated in the last release change. This PR advances the package version to keep published and source metadata aligned.

  • Version metadata sync
    • Updated package version from 0.1.3 to 0.1.4 in release source-of-truth files.
  • Lockfile consistency
    • Updated root and package entries in package-lock.json to match the new package version.
{
  "name": "lineclientbot",
  "version": "0.1.4"
}

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code style/Formatting update

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • I have ran the build (npm run build) and it compiled successfully.
  • I have run local tests and they passed.
  • My changes generate no new warnings.

@Tatsuyato
Tatsuyato marked this pull request as ready for review July 15, 2026 02:02
Copilot AI review requested due to automatic review settings July 15, 2026 02:02
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Tatsuyato
Tatsuyato merged commit ba40285 into master Jul 15, 2026
2 checks passed
@Tatsuyato
Tatsuyato deleted the copilot/update-version-number branch July 15, 2026 02:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR synchronizes the repository’s published metadata by bumping the npm package version from 0.1.3 to 0.1.4, ensuring the source-of-truth version matches the most recent release update.

Changes:

  • Updated package.json version to 0.1.4.
  • Updated package-lock.json root and workspace package version entries to 0.1.4.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Bumps the package version to 0.1.4 to align source metadata with the release.
package-lock.json Updates lockfile version fields for the root package to keep lockfile metadata consistent.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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