Sfoglia il codice sorgente

Merge pull request #5676 from Kilo-Org/changeset-release/main

Changeset version bump
Kevin van Dijk 2 settimane fa
parent
commit
1f98cc8d7d

+ 0 - 5
.changeset/bright-ants-wonder.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add Claude Opus 4.6 model with adaptive thinking support

+ 0 - 5
.changeset/every-wings-pick.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Fix: Importing a configuration file blocks the configuration of provider parameters #2349

+ 0 - 5
.changeset/large-planes-argue.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add React Compiler integration to improve UI responsiveness

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # kilo-code
 
+## 5.4.0
+
+### Minor Changes
+
+- [#4096](https://github.com/Kilo-Org/kilocode/pull/4096) [`4eb0646`](https://github.com/Kilo-Org/kilocode/commit/4eb06462f78ab7446b319e1736fa837e86e3f1df) Thanks [@OlivierBarbier](https://github.com/OlivierBarbier)! - Fix: Importing a configuration file blocks the configuration of provider parameters #2349
+
+### Patch Changes
+
+- [#5686](https://github.com/Kilo-Org/kilocode/pull/5686) [`e6c26b7`](https://github.com/Kilo-Org/kilocode/commit/e6c26b7e8e468a565017fb05958cd4814d69daa1) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Add Claude Opus 4.6 model with adaptive thinking support
+
+- [#4021](https://github.com/Kilo-Org/kilocode/pull/4021) [`b8a6c4e`](https://github.com/Kilo-Org/kilocode/commit/b8a6c4e6b4eab9397efbbaa04202f92816e5afd4) Thanks [@In-line](https://github.com/In-line)! - Add React Compiler integration to improve UI responsiveness
+
 ## 5.3.0
 
 ### Minor Changes

+ 1 - 1
src/package.json

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