diff --git a/.changeset/honest-shirts-tickle.md b/.changeset/honest-shirts-tickle.md deleted file mode 100644 index 299587f..0000000 --- a/.changeset/honest-shirts-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"roo-cline": patch ---- - -- "Enhance prompt" button (OpenRouter models only for now) -- Support listing models for OpenAI compatible providers (thanks @samhvw8!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cce78..2a8247b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Roo Cline Changelog +## [2.2.33] + +- "Enhance prompt" button (OpenRouter models only for now) +- Support listing models for OpenAI compatible providers (thanks @samhvw8!) + ## [2.2.32] - More efficient workspace tracker diff --git a/package-lock.json b/package-lock.json index 8543753..ef1c2b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.32", + "version": "2.2.33", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.32", + "version": "2.2.33", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 7075e2f..67c7cad 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Cline", "description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.", "publisher": "RooVeterinaryInc", - "version": "2.2.32", + "version": "2.2.33", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",