Ver Fonte

Release 2.1.13

Matt Rubens há 1 ano atrás
pai
commit
afa09ba64a
3 ficheiros alterados com 7 adições e 3 exclusões
  1. 4 0
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Roo Cline Changelog
 
+## [2.2.13]
+
+-   Fixes to sound playing and applying diffs
+
 ## [2.2.12]
 
 -   Better support for pure deletion and insertion diffs

+ 2 - 2
package-lock.json

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