Просмотр исходного кода

Merge pull request #292 from RooVetGit/changeset-release/main

Changeset version bump
Matt Rubens 11 месяцев назад
Родитель
Сommit
537514de44
4 измененных файлов с 7 добавлено и 8 удалено
  1. 0 5
      .changeset/slow-ladybugs-invite.md
  2. 4 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/slow-ladybugs-invite.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Automatically retry failed API requests with a configurable delay (thanks @RaySinner!)

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Roo Cline Changelog
 
+## [2.2.44]
+
+-   Automatically retry failed API requests with a configurable delay (thanks @RaySinner!)
+
 ## [2.2.43]
 
 -   Allow deleting single messages or all subsequent messages

+ 2 - 2
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",

+ 1 - 1
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",