mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
changeset version bump
This commit is contained in:
parent
78521378cc
commit
aa4e22bea5
7 changed files with 12 additions and 23 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Allow users to choose a custom preferred language
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.3.22
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Create .roomodes file if needed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Allow setting a wildcard for auto-approve commands
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.3.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Allow users to choose a custom preferred language
|
||||
- v3.3.22
|
||||
- Create .roomodes file if needed
|
||||
- Allow setting a wildcard for auto-approve commands
|
||||
|
||||
## [3.3.21]
|
||||
|
||||
- Fix input box revert issue and configuration loss during profile switch (thanks @System233!)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.21",
|
||||
"version": "3.3.22",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.21",
|
||||
"version": "3.3.22",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.26.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Roo Code (prev. Roo Cline)",
|
||||
"description": "An AI-powered autonomous coding agent that lives in your editor.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.3.21",
|
||||
"version": "3.3.22",
|
||||
"icon": "assets/icons/rocket.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue