From 27f6693b54a9d4bfdcd8b71f9d4af7a5ed3ca43b Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:00:48 +0530 Subject: [PATCH 1/2] (rel): 0.4.7 --- vscode/CHANGELOG.md | 3 +++ vscode/package-lock.json | 4 ++-- vscode/package.json | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 0a5aaa69..7d6ec32c 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.4.6] +- Code Block Indentation issues resolved + ## [0.4.6] - Onboarding in first session bug fix - Updated tutorial cards diff --git a/vscode/package-lock.json b/vscode/package-lock.json index daae8f59..689d06c2 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "fluttergpt", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fluttergpt", - "version": "0.4.6", + "version": "0.4.7", "dependencies": { "@google/generative-ai": "^0.1.1", "@vscode/extension-telemetry": "^0.8.1", diff --git a/vscode/package.json b/vscode/package.json index b2f5d416..f896ba6a 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.6", + "version": "0.4.7", "publisher": "WelltestedAI", "icon": "media/icon.png", "engines": { @@ -28,10 +28,10 @@ "command", "coding", "gpt", - "API", - "SDK", "chatbot", - "docs" + "comandash", + "comanddash", + "commandash" ], "activationEvents": [ "onLanguage:dart" From 5c1a53ba2fa15c9f18052747c1db976265252ee6 Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:01:10 +0530 Subject: [PATCH 2/2] changelog fix --- vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 7d6ec32c..221782fe 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [0.4.7] - Code Block Indentation issues resolved ## [0.4.6]