Browse Source

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

Changeset version bump
Christiaan Arnoldus 7 months ago
parent
commit
87fdd6004a
3 changed files with 5 additions and 6 deletions
  1. 0 5
      .changeset/empty-ghosts-carry.md
  2. 4 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

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # kilo-code
 
+## [v4.43.1]
+
+- [#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",