Skip to content

Commit efa2f2c

Browse files
committed
Set the 0.1.0 version and add changelog entry
1 parent 4fe7ff8 commit efa2f2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extensions/vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "tutorialkit" extension will be documented in this fi
44

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

7+
## [0.1.0]
8+
9+
- Add autocompletion in the metadata of TutorialKit markdown and mdx files (see: https://github.com/stackblitz/tutorialkit/pull/143)
10+
711
## [0.0.11]
812

913
- Remove the error toast appearing when loading the extension with no workspace present

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "TutorialKit support in VS Code",
55
"icon": "resources/tutorialkit-icon.png",
66
"publisher": "StackBlitz",
7-
"version": "0.0.11",
7+
"version": "0.1.0",
88
"engines": {
99
"vscode": "^1.80.0"
1010
},

0 commit comments

Comments
 (0)