Skip to content

Commit 336d4fe

Browse files
committed
[!docu] version 2.0.1 documentation
1 parent a2f5bf1 commit 336d4fe

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to the "coding-roadmap-assistant" extension will be document
44

55
## [Unreleased]
66

7+
## [2.0.1] - 2025-02-17
8+
9+
### Fixed
10+
11+
- Added'how to start' window
12+
- Fixed Step Number indexing error
13+
- Textbox resizing
14+
715
## ⭐️[2.0.0]⭐️ - 2025-02-07
816

917
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Welcome to Coding Roadmap Assistant 👋</h1>
22
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-1.1.1-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Version" src="https://img.shields.io/badge/version-2.0.1-blue.svg?cacheSeconds=2592000" />
44
<img src="https://img.shields.io/badge/vscode-%5E1.96.0-blue.svg" />
55
<a href="https://mit-license.org/" target="_blank">
66
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />

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.0",
5+
"version": "2.0.1",
66
"icon": "logo.png",
77
"engines": {
88
"vscode": "^1.96.0"

webview-ui/build/assets/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)