diff --git a/.changeset/lazy-animals-spend.md b/.changeset/lazy-animals-spend.md deleted file mode 100644 index c4fa37ba4f..0000000000 --- a/.changeset/lazy-animals-spend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix vsix sanity check diff --git a/CHANGELOG.md b/CHANGELOG.md index 0991a33777..67fe704d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.18.1 + +### Patch Changes + +- Fix vsix sanity check + ## [3.18.0] - 2025-05-21 - Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!) diff --git a/package-lock.json b/package-lock.json index c57cf43a8b..10740aa983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.18.0", + "version": "3.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.18.0", + "version": "3.18.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 627f921b1f..8398cb8a1f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.18.0", + "version": "3.18.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",