Sfoglia il codice sorgente

changeset version bump

github-actions[bot] 22 ore fa
parent
commit
3301875e59

+ 0 - 5
.changeset/feature-tracking-header.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add X-KiloCode-Feature header for microdollar usage tracking

+ 0 - 5
.changeset/itchy-buckets-remain.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix: JetBrains editor initialization when ExtensionHostManager is missing from SystemObjectProvider

+ 0 - 5
.changeset/promotion-cta-warning.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add promotion sign-up prompt when anonymous users hit the promotional model usage limit

+ 0 - 5
.changeset/update-promotion-warning-translations.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Updated promotion warning text and translations across all 22 languages

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # kilo-code
 
+## 5.8.1
+
+### Patch Changes
+
+- [#5989](https://github.com/Kilo-Org/kilocode/pull/5989) [`7478c67`](https://github.com/Kilo-Org/kilocode/commit/7478c67f577a27d260e28eb83bec4d6a2583a8a8) Thanks [@pedroheyerdahl](https://github.com/pedroheyerdahl)! - Add X-KiloCode-Feature header for microdollar usage tracking
+
+- [#5901](https://github.com/Kilo-Org/kilocode/pull/5901) [`8d7f102`](https://github.com/Kilo-Org/kilocode/commit/8d7f102e77178c6c40fc4a6f80130f041ee038f5) Thanks [@SkipperQ93](https://github.com/SkipperQ93)! - Fix: JetBrains editor initialization when ExtensionHostManager is missing from SystemObjectProvider
+
+- [#5986](https://github.com/Kilo-Org/kilocode/pull/5986) [`fe0c0f0`](https://github.com/Kilo-Org/kilocode/commit/fe0c0f0cf914f5edf12d9683c01f2b53c0592291) Thanks [@imanolmzd-svg](https://github.com/imanolmzd-svg)! - Add promotion sign-up prompt when anonymous users hit the promotional model usage limit
+
+- [#6014](https://github.com/Kilo-Org/kilocode/pull/6014) [`c5d23dd`](https://github.com/Kilo-Org/kilocode/commit/c5d23ddf47959fc1e8cf8207a93c736e7f31b2a7) Thanks [@imanolmzd-svg](https://github.com/imanolmzd-svg)! - Updated promotion warning text and translations across all 22 languages
+
 ## 5.8.0
 
 ### Minor Changes

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "kilocode",
-	"version": "5.8.0",
+	"version": "5.8.1",
 	"icon": "assets/icons/logo-outline-black.png",
 	"galleryBanner": {
 		"color": "#FFFFFF",