github-actions[bot] 7 месяцев назад
Родитель
Сommit
a2a258baa7
3 измененных файлов с 7 добавлено и 6 удалено
  1. 0 5
      .changeset/empty-ghosts-carry.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 5
.changeset/empty-ghosts-carry.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-add a button to fix mermaid syntax errors by calling the LLM

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # kilo-code
 
+## 4.43.1
+
+### Patch Changes
+
+- [#842](https://github.com/Kilo-Org/kilocode/pull/842) [`32e4c30`](https://github.com/Kilo-Org/kilocode/commit/32e4c304506b4042b76265446a3169206eb243a5) Thanks [@markijbema](https://github.com/markijbema)! - add a button to fix mermaid syntax errors by calling the LLM
+
 ## [v4.43.0]
 
 - [#871](https://github.com/Kilo-Org/kilocode/pull/871) [`52f216d`](https://github.com/Kilo-Org/kilocode/commit/52f216de21ea5be0366976a9108e3c9edd993620) Thanks [@hassoncs](https://github.com/hassoncs)! - Add a colorful gutter to chat messages corresponding to the Task Timeline

+ 1 - 1
src/package.json

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