diff --git a/.changeset/dull-numbers-run.md b/.changeset/dull-numbers-run.md deleted file mode 100644 index c3b76e5..0000000 --- a/.changeset/dull-numbers-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug creating new configuration profiles diff --git a/CHANGELOG.md b/CHANGELOG.md index f359c41..12011b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.2.7 + +### Patch Changes + +- Fix bug creating new configuration profiles + ## [3.2.6] - Fix bug with role definition overrides for built-in modes diff --git a/package-lock.json b/package-lock.json index 565bdac..ee1cbf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.2.6", + "version": "3.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.2.6", + "version": "3.2.7", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 88ad20b..6ae6c86 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.6", + "version": "3.2.7", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",