Changeset version bump (#2716)

* changeset version bump

* Update CHANGELOG.md

* Update package.json

* Update package-lock.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
R00-B0T 2025-04-17 23:47:41 -07:00 committed by GitHub
parent c329b4509f
commit 31656d9b16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 18 deletions

View file

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

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add missing translation

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Clean up types related to tools

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## [3.13.0] - 2025-04-17
- UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!)
- Add append_to_file tool for appending content to files (thanks @samhvw8!)
- Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!)
- Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!)
- Make diff edits more resilient to models passing in incorrect parameters
## [3.12.3] - 2025-04-17
- Fix character escaping issues in Gemini diff edits

4
package-lock.json generated
View file

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

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.12.3",
"version": "3.13.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",