From 47c87e63bd8d024fcbc30fa95ca918a515561032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Su=C5=82kowski?= Date: Fri, 26 Jul 2024 13:18:08 +0200 Subject: [PATCH] chore: Release TutorialKit vscode extension v0.1.0 --- extensions/vscode/CHANGELOG.md | 4 ++++ extensions/vscode/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" },