diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 2e96d98b..0a5aaa69 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,10 @@ 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.4.6] +- Onboarding in first session bug fix +- Updated tutorial cards + ## [0.4.5] - Show onboarding in steps diff --git a/vscode/package-lock.json b/vscode/package-lock.json index c5533ab3..daae8f59 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "fluttergpt", - "version": "0.4.5", + "version": "0.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fluttergpt", - "version": "0.4.5", + "version": "0.4.6", "dependencies": { "@google/generative-ai": "^0.1.1", "@vscode/extension-telemetry": "^0.8.1", diff --git a/vscode/package.json b/vscode/package.json index cd0bd32a..b2f5d416 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "fluttergpt", "displayName": "CommandDash: Turn docs into AI agents", "description": "Integrate APIs & SDKs using their AI Dash Agents. Skip reading documentation.", - "version": "0.4.5", + "version": "0.4.6", "publisher": "WelltestedAI", "icon": "media/icon.png", "engines": {