Prechádzať zdrojové kódy

changeset version bump

github-actions[bot] 1 rok pred
rodič
commit
26a2c4076e
4 zmenil súbory, kde vykonal 9 pridanie a 8 odobranie
  1. 0 5
      .changeset/selfish-eyes-speak.md
  2. 6 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/selfish-eyes-speak.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Add configurable delay after auto-writes to allow diagnostics to catch up

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Roo Cline Changelog
 
+## 2.2.29
+
+### Patch Changes
+
+-   Add configurable delay after auto-writes to allow diagnostics to catch up
+
 ## [2.2.28]
 
 -   Use createFileSystemWatcher to more reliably update list of files to @-mention

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "roo-cline",
-  "version": "2.2.28",
+  "version": "2.2.29",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "roo-cline",
-      "version": "2.2.28",
+      "version": "2.2.29",
       "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.28",
+  "version": "2.2.29",
   "icon": "assets/icons/rocket.png",
   "galleryBanner": {
     "color": "#617A91",