changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-20 20:01:01 +00:00 committed by Matt Rubens
parent e1d3393e18
commit d0ba2263ef
5 changed files with 13 additions and 15 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
v3.10

View file

@ -1,7 +0,0 @@
---
"roo-cline": patch
---
Adds a function to add temperature setting based on the model id
This is added because openai/o3-mini does not support temperature parameter which causes the request to fail.
This update will allow users to use o3-mini on Unbound without facing any issues.

View file

@ -1,5 +1,15 @@
# Roo Code Changelog
## 3.10.0
### Minor Changes
- v3.10
### Patch Changes
- Adds a function to add temperature setting based on the model id
## [3.9.2] - 2025-03-19
- Update GitHub Actions workflow to automatically create GitHub Releases (thanks @pdecat!)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.9.2",
"version": "3.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.9.2",
"version": "3.10.0",
"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.9.2",
"version": "3.10.0",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",