Skip to content

Commit

Permalink
(rel): 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Jun 24, 2024
1 parent 04d6c88 commit 27f6693
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -28,10 +28,10 @@
"command",
"coding",
"gpt",
"API",
"SDK",
"chatbot",
"docs"
"comandash",
"comanddash",
"commandash"
],
"activationEvents": [
"onLanguage:dart"
Expand Down

0 comments on commit 27f6693

Please sign in to comment.