diff --git a/.changeset/khaki-zoos-share.md b/.changeset/khaki-zoos-share.md deleted file mode 100644 index e3ba489..0000000 --- a/.changeset/khaki-zoos-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a2c6a..a7d031c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.3.5 + +### Patch Changes + +- v3.3.5 + ## [3.3.4] - Add per-server MCP network timeout configuration ranging from 15 seconds to an hour diff --git a/package-lock.json b/package-lock.json index bb49b39..eaa121e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.4", + "version": "3.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.4", + "version": "3.3.5", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 6b87a6d..6024f15 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.3.4", + "version": "3.3.5", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",