Sfoglia il codice sorgente

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

Changeset version bump
Matt Rubens 1 anno fa
parent
commit
c76417bf3b
4 ha cambiato i file con 7 aggiunte e 8 eliminazioni
  1. 0 5
      .changeset/fuzzy-horses-run.md
  2. 4 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/fuzzy-horses-run.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix bug with auto-approving commands

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Roo Cline Changelog
 
+## [2.2.30]
+
+-   Fix bug with auto-approving commands
+
 ## [2.2.29]
 
 -   Add configurable delay after auto-writes to allow diagnostics to catch up

+ 2 - 2
package-lock.json

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