diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index bd583794..cc7c2a6d 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1] + +- Fix: Pasting text into field erases existing input. +- Enhanced: Embedding caching mechanism + ## [0.3.0] - Rebrand to CommandDash (Dash AI) diff --git a/vscode/package.json b/vscode/package.json index 68de3e3c..dfe8ecd7 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.0", + "version": "0.3.1", "publisher": "WelltestedAI", "icon": "media/icon.png", "engines": {