Просмотр исходного кода

Changeset version bump (#9034)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 1 месяц назад
Родитель
Сommit
54745fc234
3 измененных файлов с 6 добавлено и 7 удалено
  1. 0 6
      .changeset/v3.30.1.md
  2. 5 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 6
.changeset/v3.30.1.md

@@ -1,6 +0,0 @@
----
-"roo-cline": patch
----
-
-- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)
-- Revert: Previous UI flicker fix that caused issues with task resumption (thanks @mrubens!)

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Roo Code Changelog
 
+## [3.30.1] - 2025-11-04
+
+- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)
+- Revert: Previous UI flicker fix that caused issues with task resumption (thanks @mrubens!)
+
 ## [3.30.0] - 2025-11-03
 
 ![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png)

+ 1 - 1
src/package.json

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