diff --git a/.changeset/blue-masks-camp.md b/.changeset/blue-masks-camp.md deleted file mode 100644 index a67e1c4d53..0000000000 --- a/.changeset/blue-masks-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!) diff --git a/.changeset/breezy-badgers-refuse.md b/.changeset/breezy-badgers-refuse.md deleted file mode 100644 index 50cbbe9262..0000000000 --- a/.changeset/breezy-badgers-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Visual cleanup to the list of modes on the prompts tab diff --git a/.changeset/nine-tables-cheat.md b/.changeset/nine-tables-cheat.md deleted file mode 100644 index 7e48c235bf..0000000000 --- a/.changeset/nine-tables-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd17bd2b9..2ad73d058e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## 3.3.10 + +### Patch Changes + +- Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!) +- Visual cleanup to the list of modes on the prompts tab +- v3.3.10 + ## [3.3.9] - Add o3-mini-high and o3-mini-low diff --git a/package-lock.json b/package-lock.json index eecc0e681e..2c518b330e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.9", + "version": "3.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.9", + "version": "3.3.10", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index a95ace9ee3..80528fdfd0 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.9", + "version": "3.3.10", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",