Skip to content

Commit c8ce182

Browse files
authored
chore: release TutorialKit vscode extension v0.1.2 (#339)
1 parent fea3318 commit c8ce182

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extensions/vscode/CHANGELOG.md

+4
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.2]
8+
9+
- Prevent running extension on non-TutorialKit projects (#242)
10+
711
## [0.1.1]
812

913
All the following changes are for the Tutorial Panel:

extensions/vscode/package.json

+1-1
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.1.1",
7+
"version": "0.1.2",
88
"engines": {
99
"vscode": "^1.80.0"
1010
},

0 commit comments

Comments
 (0)