Browse Source

Changeset version bump (#5166)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 6 months ago
parent
commit
43357967f0
3 changed files with 9 additions and 10 deletions
  1. 0 9
      .changeset/v3.22.1.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 9
.changeset/v3.22.1.md

@@ -1,9 +0,0 @@
----
-"roo-cline": patch
----
-
-- Add Gemini CLI provider for free access to Gemini models (thanks Cline!)
-- Fix undefined mcp command (thanks @qdaxb!)
-- Use upstream_inference_cost for OpenRouter BYOK cost calculation and show cached token count (thanks @chrarnoldus!)
-- Update maxTokens value for qwen/qwen3-32b model on Groq (thanks @KanTakahiro!)
-- Standardize tooltip delays to 300ms

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.22.1] - 2025-06-26
+
+- Add Gemini CLI provider (thanks Cline!)
+- Fix undefined mcp command (thanks @qdaxb!)
+- Use upstream_inference_cost for OpenRouter BYOK cost calculation and show cached token count (thanks @chrarnoldus!)
+- Update maxTokens value for qwen/qwen3-32b model on Groq (thanks @KanTakahiro!)
+- Standardize tooltip delays to 300ms
+
 ## [3.22.0] - 2025-06-25
 
 - Add 1-click task sharing

+ 1 - 1
src/package.json

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