mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
changeset version bump
This commit is contained in:
parent
624691abb0
commit
b136fedcf0
5 changed files with 10 additions and 13 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix bug not to respect symbolic linked rules, if target is a directory or another symbolic link
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Respect the setting to always read the full file
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.11.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix bug not to respect symbolic linked rules, if target is a directory or another symbolic link
|
||||
- Respect the setting to always read the full file
|
||||
|
||||
## [3.11.13] - 2025-04-11
|
||||
|
||||
- Loads of terminal improvements: command delay, PowerShell counter, and ZSH EOL mark (thanks @KJ7LNW!)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.13",
|
||||
"version": "3.11.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.13",
|
||||
"version": "3.11.14",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Roo Code",
|
||||
"description": "A whole dev team of AI agents in your editor. Previously Roo Cline.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.11.13",
|
||||
"version": "3.11.14",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue