Просмотр исходного кода

Changeset version bump (#5167)

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 месяцев назад
Родитель
Сommit
f1feccc6bf
3 измененных файлов с 9 добавлено и 10 удалено
  1. 0 9
      .changeset/v3.22.2.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      src/package.json

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

@@ -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!)

+ 8 - 0
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!)

+ 1 - 1
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",