diff --git a/.changeset/poor-adults-fetch.md b/.changeset/poor-adults-fetch.md deleted file mode 100644 index 32ac663..0000000 --- a/.changeset/poor-adults-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug where apply_diff wasn't showing up in system prompt preview diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bed58..cb85e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.2.2 + +### Patch Changes + +- Fix bug where apply_diff wasn't showing up in system prompt preview + ## [3.2.0 - 3.2.1] - **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 ee41923..34e49ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.2.1", + "version": "3.2.2", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index fc702d4..d88163b 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.1", + "version": "3.2.2", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",