diff --git a/.changeset/brave-dolphins-pull.md b/.changeset/brave-dolphins-pull.md deleted file mode 100644 index 94001bb..0000000 --- a/.changeset/brave-dolphins-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix announcement diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1516b..a792d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.2.1 + +### Patch Changes + +- Fix announcement + ## [3.2.0] - **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 73d4eb0..ee41923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.2.0", + "version": "3.2.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 57ee1e7..fc702d4 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.0", + "version": "3.2.1", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",