diff --git a/extensions/vscode/CHANGELOG.md b/extensions/vscode/CHANGELOG.md index 19cc526dc..b3e495956 100644 --- a/extensions/vscode/CHANGELOG.md +++ b/extensions/vscode/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "tutorialkit" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.1.0] + +- Add autocompletion in the metadata of TutorialKit markdown and mdx files (see: https://github.com/stackblitz/tutorialkit/pull/143) + ## [0.0.11] - Remove the error toast appearing when loading the extension with no workspace present diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index f66030df8..2360568e5 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -4,7 +4,7 @@ "description": "TutorialKit support in VS Code", "icon": "resources/tutorialkit-icon.png", "publisher": "StackBlitz", - "version": "0.0.11", + "version": "0.1.0", "engines": { "vscode": "^1.80.0" },