Procházet zdrojové kódy

Changeset version bump

changeset version bump

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] před 1 měsícem
rodič
revize
44fd975b17
3 změnil soubory, kde provedl 9 přidání a 8 odebrání
  1. 0 7
      .changeset/v3.51.1.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 7
.changeset/v3.51.1.md

@@ -1,7 +0,0 @@
----
-"roo-cline": patch
----
-
-- Feat: Add Cohere Embed v4 model support for Bedrock and improve credential handling (#11823 by @cscvenkatmadurai, PR #11824 by @cscvenkatmadurai)
-- Feat: Add Gemini 3.1 Pro customtools model to Vertex AI provider (PR #11857 by @NVolcz)
-- Feat: Add gpt-5.4 to ChatGPT Plus/Pro (Codex) model catalog (PR #11876 by @roomote-v0)

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## 3.51.1
+
+### Patch Changes
+
+- Feat: Add Cohere Embed v4 model support for Bedrock and improve credential handling (#11823 by @cscvenkatmadurai, PR #11824 by @cscvenkatmadurai)
+- Feat: Add Gemini 3.1 Pro customtools model to Vertex AI provider (PR #11857 by @NVolcz)
+- Feat: Add gpt-5.4 to ChatGPT Plus/Pro (Codex) model catalog (PR #11876 by @roomote-v0)
+
 ## 3.51.0
 
 ### Minor Changes

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.51.0",
+	"version": "3.51.1",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",