diff --git a/.changeset/shiny-seahorses-peel.md b/.changeset/shiny-seahorses-peel.md deleted file mode 100644 index 275be27..0000000 --- a/.changeset/shiny-seahorses-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Save different API configurations to quickly switch between providers and settings (thanks @samhvw8!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373107e..f4944ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Cline Changelog +## 2.2.45 + +### Patch Changes + +- Save different API configurations to quickly switch between providers and settings (thanks @samhvw8!) + ## [2.2.44] - Automatically retry failed API requests with a configurable delay (thanks @RaySinner!) diff --git a/package-lock.json b/package-lock.json index 3200254..3e5911d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.44", + "version": "2.2.45", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.44", + "version": "2.2.45", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index b49d4b5..b11db37 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.44", + "version": "2.2.45", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",