Skip to content

Commit 5153331

Browse files
changeset version bump
1 parent 50a12f3 commit 5153331

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

.changeset/grumpy-cities-wave.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kilocode/cli
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.1.2
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.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)