diff --git a/.changeset/cyan-camels-explode.md b/.changeset/cyan-camels-explode.md deleted file mode 100644 index 7bc47f8..0000000 --- a/.changeset/cyan-camels-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug where language selector wasn't working diff --git a/CHANGELOG.md b/CHANGELOG.md index 151d0ea..8534492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.2.3 + +### Patch Changes + +- Fix bug where language selector wasn't working + ## [3.2.0 - 3.2.2] - **Name Change From Roo Cline to Roo Code:** We're excited to announce our new name! After growing beyond 50,000 installations, we've rebranded from Roo Cline to Roo Code to better reflect our identity as we chart our own course. diff --git a/package-lock.json b/package-lock.json index 34e49ba..7f00ae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.2.2", + "version": "3.2.3", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index d88163b..5bb2a8a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", "publisher": "RooVeterinaryInc", - "version": "3.2.2", + "version": "3.2.3", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",