Skip to content

Commit 93d1be5

Browse files
authored
Merge pull request #3154 from Kilo-Org/changeset-release/main
Changeset version bump
2 parents cadf401 + 5fc81eb commit 93d1be5

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.changeset/tough-baths-boil.md

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

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [v4.107.0]
44

5-
- [#2549](https://github.com/Kilo-Org/kilocode/pull/2549) [`4327563`](https://github.com/Kilo-Org/kilocode/commit/4327563ea315eaca0907286f02f03facf42a837c) Thanks [@mcowger](https://github.com/mcowger)! - Add Kilocode Credits Status Bar Item
6-
75
### Patch Changes
86

97
- [#3082](https://github.com/Kilo-Org/kilocode/pull/3082) [`d82e684`](https://github.com/Kilo-Org/kilocode/commit/d82e6842d423861d7c5725ebfdba491438b3302a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - The "Enable browser tool" setting is now honored when using experimental JSON style tool calls.

cli/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [#3128](https://github.com/Kilo-Org/kilocode/pull/3128) [`04a8de4`](https://github.com/Kilo-Org/kilocode/commit/04a8de4367cdac6401001a906b01755373be5a80) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Support all providers that are supported by the VS Code extension
8+
39
## 0.0.5
410

511
### Patch Changes

cli/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilocode/cli",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Terminal User Interface for Kilo Code",
55
"type": "module",
66
"main": "index.js",

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilocode/cli",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Terminal User Interface for Kilo Code",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)