Skip to content

Commit 7dd54cf

Browse files
committed
changeLog& version file
1 parent aebdd7d commit 7dd54cf

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@ All notable changes to the "coding-roadmap-assistant" extension will be document
44

55
## [Unreleased]
66

7+
## [2.1.0] - 2025-03-10
8+
9+
### Added
10+
11+
- Added language selection function
12+
- Added 'setting' button to change language, gpt model, API key at the modal window
13+
14+
### Fixed
15+
16+
- Fixed prompt
17+
718
## [2.0.1] - 2025-02-17
819

920
### Fixed
1021

11-
- Added'how to start' window
22+
- Added 'how to start' window
1223
- Fixed Step Number indexing error
1324
- Textbox resizing
1425

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "coding-roadmap-assistant",
33
"displayName": "Coding Roadmap Assistant",
44
"description": "Coding Companion for Coding Beginners, based on OpenAI API.",
5-
"version": "2.0.1",
5+
"version": "2.1.0",
66
"icon": "logo.png",
77
"engines": {
88
"vscode": "^1.96.0"

0 commit comments

Comments
 (0)