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

Changeset version bump (#11258)

* changeset version bump

* Update CHANGELOG for version 3.47.3

Updated version number and removed redundant patch changes for 3.47.3.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 5 дней назад
Родитель
Сommit
78e64115e8
3 измененных файлов с 7 добавлено и 8 удалено
  1. 0 7
      .changeset/v3.47.3.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      src/package.json

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

@@ -1,7 +0,0 @@
----
-"roo-cline": patch
----
-
-- Remove "Enable URL context" and "Enable Grounding with Google search" checkboxes that are no longer needed (PR #11253 by @roomote)
-- Revert refactor that appended environment details into existing blocks, restoring original behavior (PR #11256 by @mrubens)
-- Revert removal of stripAppendedEnvironmentDetails and helpers, restoring necessary utility functions (PR #11255 by @mrubens)

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Roo Code Changelog
 
+## [3.47.3] - 2026-02-06
+
+- Remove "Enable URL context" and "Enable Grounding with Google search" checkboxes that are no longer needed (PR #11253 by @roomote)
+- Revert refactor that appended environment details into existing blocks, restoring original behavior (PR #11256 by @mrubens)
+- Revert removal of stripAppendedEnvironmentDetails and helpers, restoring necessary utility functions (PR #11255 by @mrubens)
+
 ## [3.47.2] - 2026-02-05
 
 - Add support for .agents/skills directory (PR #11181 by @roomote)

+ 1 - 1
src/package.json

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