diff --git a/CHANGELOG.md b/CHANGELOG.md index ac89171..a8ff6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v0.2.4 + +[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.3...v0.2.4) + +### 🩹 Fixes + +- Show markdown preview menus ([#49](https://github.com/nuxtlabs/vscode-mdc/pull/49)) + +### ❤️ Contributors + +- Farnabaz + ## v0.2.3 ### [0.2.3](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.0...v0.2.3) (2025-03-04) diff --git a/package.json b/package.json index 4cbfbdb..c483e3e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "packageManager": "pnpm@9.15.6", "displayName": "MDC - Markdown Components", "description": "Provides syntax highlighting and colon matching for MDC (Markdown Components) files for Nuxt Content.", - "version": "0.2.3", + "version": "0.2.4", "publisher": "Nuxt", "icon": "images/icon.png", "repository": { @@ -138,7 +138,6 @@ "when": "editorLangId == mdc && !notebookEditorFocused" } ], - "snippets": [ { "language": "mdc",