mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Bump version to 2.1.3 (#22)
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## Roo Cline 2.1.2
|
## Roo Cline 2.1.3
|
||||||
|
|
||||||
- Roo Cline now publishes to the VS Code Marketplace!
|
- Roo Cline now publishes to the VS Code Marketplace!
|
||||||
|
- Roo Cline now allows browser actions without approval when `alwaysAllowBrowser` is true
|
||||||
|
|
||||||
## [2.1.6]
|
## [2.1.6]
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||||
"@anthropic-ai/sdk": "^0.26.0",
|
"@anthropic-ai/sdk": "^0.26.0",
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
"displayName": "Roo Cline",
|
"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.",
|
"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",
|
"publisher": "RooVeterinaryInc",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"files": [
|
"files": [
|
||||||
"bin/roo-cline-2.1.2.vsix",
|
"bin/roo-cline-2.1.3.vsix",
|
||||||
"assets/icons/icon_Roo.png"
|
"assets/icons/icon_Roo.png"
|
||||||
],
|
],
|
||||||
"icon": "assets/icons/icon_Roo.png",
|
"icon": "assets/icons/icon_Roo.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user