diff --git a/.changeset/late-moose-watch.md b/.changeset/late-moose-watch.md deleted file mode 100644 index 97754bc..0000000 --- a/.changeset/late-moose-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Throw errors sooner when a mode tries to write a restricted file diff --git a/.changeset/polite-tables-accept.md b/.changeset/polite-tables-accept.md deleted file mode 100644 index 23f9d38..0000000 --- a/.changeset/polite-tables-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d2cef..cd6bd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.3.3 + +### Patch Changes + +- Throw errors sooner when a mode tries to write a restricted file +- v3.3.3 + ## [3.3.2] - Add a dropdown to select the API configuration for a mode in the Prompts tab diff --git a/package-lock.json b/package-lock.json index 92fec69..4a1ae45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.2", + "version": "3.3.3", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 9431af5..80d3b23 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.2", + "version": "3.3.3", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",