Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9eca09

Browse files
committedJan 10, 2024
chore: prep for release 0.2.2
1 parent 002ccc5 commit b9eca09

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All notable changes to the "fluttergpt" extension will be documented in this fil
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [0.2.1]
7+
## [0.2.2]
88

9-
- Major improvement in chat user experience.
10-
- Feature to provide workspace as context.
11-
- Minor bug fixes.
9+
- Major improvement in workspace chat user experience.
10+
- Feature to provide workspace as context in chat history.
11+
- Added a clear chat button.

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ To get a sense of direction of where we're heading, please check out our [Roadma
146146
This is the beta version and can be unstable. Please check our [issues board](https://github.com/Welltested-AI/fluttergpt/issues) for any known issues.
147147

148148

149-
## Release Notes: 0.2.1
150-
- Major improvement in chat user experience.
151-
- Feature to provide workspace as context.
152-
- Minor bug fixes.
149+
## Release Notes: 0.2.2
150+
- Major improvement in workspace chat user experience.
151+
- Feature to provide workspace as context in chat history.
152+
- Added a clear chat button.
153153

154154
## License
155155

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fluttergpt",
33
"displayName": "FlutterGPT: AI Copilot with Gemini inside Dart",
44
"description": "Gemini capabilities fused inside Dart Analyzer to ship Flutter apps faster.",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "WelltestedAI",
77
"icon": "media/icon.png",
88
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.