From f1feccc6bf3e8c2dc1ef416da1918ea9d9cf3b0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:58:44 -0400 Subject: [PATCH] Changeset version bump (#5167) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.22.2.md | 9 --------- CHANGELOG.md | 8 ++++++++ src/package.json | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 .changeset/v3.22.2.md diff --git a/.changeset/v3.22.2.md b/.changeset/v3.22.2.md deleted file mode 100644 index 178cf1a5de..0000000000 --- a/.changeset/v3.22.2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!) -- Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!) -- Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!) -- Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!) -- Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56555351bc..47f37b7bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## [3.22.2] - 2025-06-27 + +- Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!) +- Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!) +- Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!) +- Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!) +- Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!) + ## [3.22.1] - 2025-06-26 - Add Gemini CLI provider (thanks Cline!) diff --git a/src/package.json b/src/package.json index 40e40ac914..81bd4f6aab 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.22.1", + "version": "3.22.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",