From 372e27d9c881d9e37fe7666967fc844ad3cb0d85 Mon Sep 17 00:00:00 2001 From: R00-B0T <110429663+R00-B0T@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:01:26 -0700 Subject: [PATCH] Changeset version bump (#2154) * changeset version bump * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/grumpy-pets-run.md | 5 ----- .changeset/hot-garlics-join.md | 5 ----- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 .changeset/grumpy-pets-run.md delete mode 100644 .changeset/hot-garlics-join.md 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..64afdbd6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## [3.11.2] - 2025-03-31 + +- Fix bug in loading Requesty key balance +- Fix bug with Bedrock inference profiles +- Update the webview when changing settings via the API +- Refactor webview messages code (thanks @diarmidmackenzie!) + ## [3.11.1] - 2025-03-30 - Relax provider profiles schema and add telemetry diff --git a/package-lock.json b/package-lock.json index ff0804ba7e..32d1967864 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 38319346b5..77ed61ce0f 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",