From 69a85b2093de64b602374520acf01aec9510d4f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Jan 2025 15:51:07 +0000 Subject: [PATCH] changeset version bump --- .changeset/slow-ladybugs-invite.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/slow-ladybugs-invite.md diff --git a/.changeset/slow-ladybugs-invite.md b/.changeset/slow-ladybugs-invite.md deleted file mode 100644 index eca059e..0000000 --- a/.changeset/slow-ladybugs-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Automatically retry failed API requests with a configurable delay (thanks @RaySinner!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6551f52..b6267a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Cline Changelog +## 2.2.44 + +### Patch Changes + +- Automatically retry failed API requests with a configurable delay (thanks @RaySinner!) + ## [2.2.43] - Allow deleting single messages or all subsequent messages diff --git a/package-lock.json b/package-lock.json index 51ea26c..8c88b6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.43", + "version": "2.2.44", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.43", + "version": "2.2.44", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 689f779..ff3bb8a 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.43", + "version": "2.2.44", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",