Skip to content

Commit 5ac947b

Browse files
changeset version bump
1 parent 0499d8e commit 5ac947b

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.changeset/grumpy-cities-wave.md

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

.changeset/shaggy-sloths-clean.md

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

.changeset/silly-guests-wonder.md

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

apps/kilocode-docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# kilocode-docs
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#3560](https://github.com/Kilo-Org/kilocode/pull/3560) [`37f2820`](https://github.com/Kilo-Org/kilocode/commit/37f28200d5cb998566c3f8b527592f7f8f4e03b1) Thanks [@iscekic](https://github.com/iscekic)! - add docs for env var overrides in cli

apps/kilocode-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kilocode-docs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

cli/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#3528](https://github.com/Kilo-Org/kilocode/pull/3528) [`77438f1`](https://github.com/Kilo-Org/kilocode/commit/77438f1dfe2e9b5cfc5faccc314130d82c299842) Thanks [@iscekic](https://github.com/iscekic)! - add shell mode
8+
9+
- [#3556](https://github.com/Kilo-Org/kilocode/pull/3556) [`0fd4e8f`](https://github.com/Kilo-Org/kilocode/commit/0fd4e8f3b130f86ae5932c33ab647a2a08742c55) Thanks [@iscekic](https://github.com/iscekic)! - adds support for overriding config with env vars
10+
311
## 0.1.2
412

513
### 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.1.2",
3+
"version": "0.2.0",
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.1.2",
3+
"version": "0.2.0",
44
"description": "Terminal User Interface for Kilo Code",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)