From 43357967f000e171b37c514dbda35ae4b334369c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:19:18 -0400 Subject: [PATCH] Changeset version bump (#5166) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.22.1.md | 9 --------- CHANGELOG.md | 8 ++++++++ src/package.json | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 .changeset/v3.22.1.md diff --git a/.changeset/v3.22.1.md b/.changeset/v3.22.1.md deleted file mode 100644 index 4cdcfed8cd..0000000000 --- a/.changeset/v3.22.1.md +++ /dev/null @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6099da527f..56555351bc 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/src/package.json b/src/package.json index df40fe3586..40e40ac914 100644 --- a/src/package.json +++ b/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",