changeset version bump

This commit is contained in:
github-actions[bot] 2025-04-03 04:35:20 +00:00
parent dbefa7262e
commit 5cdaf8a928
6 changed files with 11 additions and 24 deletions

View file

@ -1,11 +0,0 @@
---
"roo-cline": patch
---
fix: ensure consistent line endings in git fallback strategy
Fixed a cross-platform issue where tests would fail on GitHub Windows runners but pass on local Windows machines due to line ending differences. The fix ensures consistent line ending handling by:
1. Normalizing CRLF to LF when reading files in the git fallback strategy
2. Disabling Git's automatic line ending conversion using core.autocrlf setting
3. Maintaining consistent line ending usage throughout the text operations

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
v3.11.4

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Remove the experimental unified diff

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## 3.11.4
### Patch Changes
- fix: ensure consistent line endings in git fallback strategy
- v3.11.4
- Remove the experimental unified diff
## [3.11.3] - 2025-03-31
- Revert mention changes in case they're causing performance issues/crashes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.11.3",
"version": "3.11.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.11.3",
"version": "3.11.4",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.37.0",

View file

@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)",
"description": "A whole dev team of AI agents in your editor.",
"publisher": "RooVeterinaryInc",
"version": "3.11.3",
"version": "3.11.4",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",