From 1307178bd6b6d907e44a070efd9c592dae793b43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:27:23 +0000 Subject: [PATCH] changeset version bump --- .changeset/v3.21.1.md | 23 ----------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 .changeset/v3.21.1.md diff --git a/.changeset/v3.21.1.md b/.changeset/v3.21.1.md deleted file mode 100644 index 96be9f2aeb..0000000000 --- a/.changeset/v3.21.1.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: improve error handling for codebase search embeddings (thanks @hannesrudolph!) -- Fix: resolve MCP server execution on Windows with node version managers (thanks @hannesrudolph!) -- Fix: default 'Enable MCP Server Creation' to false (thanks @roomote!) -- Fix: security vulnerabilities for dependabot (thanks @mrubens!) -- Fix: tree-sitter issues (thanks @cte!) -- Rate limit when starting a subtask (thanks @olweraltuve!) -- Streamline feature request template to focus on problem reporting (thanks @hannesrudolph!) -- Update issue-writer mode rules for streamlined feature request template (thanks @hannesrudolph!) -- Yield the cost in usage data for Anthropic (thanks @cte!) -- Convert all webview-ui tests: jest -> vitest (thanks @cte!) -- Update dependency knip to v5.61.1 and v5.61.2 -- Update dependency lucide-react to ^0.516.0 and ^0.518.0 -- Update docker/build-push-action action to v6 -- Update dependency openai to v5 -- Update dependency pkce-challenge to v5 -- Update radix-ui-primitives monorepo -- Update dependency lint-staged to v16.1.2 -- Update dependency posthog-node to v5 -- Update dependency puppeteer-chromium-resolver to v24 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0183dec1f4..22220c169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.21.1 + +### Patch Changes + +- - Fix: improve error handling for codebase search embeddings (thanks @hannesrudolph!) + ## [3.21.0] - 2025-06-17 - Add Roo Marketplace to make it easy to discover and install great MCPs and modes! diff --git a/src/package.json b/src/package.json index 7cd5cd35b4..4c2df62ddd 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.21.0", + "version": "3.21.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",