changeset version bump

This commit is contained in:
github-actions[bot] 2025-04-12 04:15:35 +00:00
parent 624691abb0
commit b136fedcf0
5 changed files with 10 additions and 13 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix bug not to respect symbolic linked rules, if target is a directory or another symbolic link

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Respect the setting to always read the full file

View 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
View file

@ -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",

View file

@ -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",