diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 2d561a88..6d79fb86 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the "commanddash" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.4] + +- Retain embedding cache for better performance ## [0.3.3] diff --git a/vscode/package.json b/vscode/package.json index f9d8e7f1..dc681d00 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "fluttergpt", "displayName": "CommandDash: Your Flutter AI Autopilot with Gemini", "description": "Agents that assist you build entire features on autopilot.", - "version": "0.3.3", + "version": "0.3.4", "publisher": "WelltestedAI", "icon": "media/icon.png", "engines": {