diff --git a/.changeset/grumpy-pets-run.md b/.changeset/grumpy-pets-run.md deleted file mode 100644 index 271f580fc6..0000000000 --- a/.changeset/grumpy-pets-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Update the webview when changing settings via the API diff --git a/.changeset/hot-garlics-join.md b/.changeset/hot-garlics-join.md deleted file mode 100644 index 18e007a43f..0000000000 --- a/.changeset/hot-garlics-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug in loading Requesty key balance diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd2f60f64..91d95f4ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.11.2 + +### Patch Changes + +- Update the webview when changing settings via the API +- Fix bug in loading Requesty key balance + ## [3.11.1] - 2025-03-30 - Relax provider profiles schema and add telemetry diff --git a/package-lock.json b/package-lock.json index 4e98189595..b3dad4bb4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.1", + "version": "3.11.2", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 2b879ff14c..b01185f501 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A whole dev team of AI agents in your editor.", "publisher": "RooVeterinaryInc", - "version": "3.11.1", + "version": "3.11.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",