Skip to content

Commit 7ac1f6d

Browse files
chore(release): version packages
1 parent c76cba7 commit 7ac1f6d

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/bump-bundled-agents.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.45.3
4+
5+
### Patch Changes
6+
7+
- [#940](https://github.com/dohooo/helmor/pull/940) [`c76cba7`](https://github.com/dohooo/helmor/commit/c76cba76db6c693713f03d605685c5db89fd0c92) Thanks [@dohooo](https://github.com/dohooo)! - Update bundled Claude Code, Codex, Cursor, and OpenCode agents to their latest stable releases.
8+
39
## 0.45.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "helmor",
33
"description": "The local-first IDE for coding agent orchestration.",
44
"private": true,
5-
"version": "0.45.2",
5+
"version": "0.45.3",
66
"packageManager": "bun@1.3.2",
77
"type": "module",
88
"workspaces": [

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helmor"
3-
version = "0.45.2"
3+
version = "0.45.3"
44
description = "The local-first IDE for coding agent orchestration."
55
authors = ["Caspian Zhao", "Nathan Lian"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Helmor",
4-
"version": "0.45.2",
4+
"version": "0.45.3",
55
"identifier": "ai.helmor.desktop",
66
"build": {
77
"beforeDevCommand": "bun x vite",

0 commit comments

Comments
 (0)