From cc3186c88faec9d92feba61499261e101b32a7fd Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 28 Nov 2024 13:52:58 -0500 Subject: [PATCH] Bump version to 2.1.3 (#22) --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d951ac6..bf41aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log -## Roo Cline 2.1.2 +## Roo Cline 2.1.3 - Roo Cline now publishes to the VS Code Marketplace! +- Roo Cline now allows browser actions without approval when `alwaysAllowBrowser` is true ## [2.1.6] diff --git a/package-lock.json b/package-lock.json index e77ad7b..00e9f42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.1.2", + "version": "2.1.3", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 9f0256c..403143a 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "displayName": "Roo Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", "publisher": "RooVeterinaryInc", - "version": "2.1.2", + "version": "2.1.3", "files": [ - "bin/roo-cline-2.1.2.vsix", + "bin/roo-cline-2.1.3.vsix", "assets/icons/icon_Roo.png" ], "icon": "assets/icons/icon_Roo.png",