Skip to content

Commit 13df5dd

Browse files
committed
chore(release): release v0.2.4
1 parent d58b6ef commit 13df5dd

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## v0.2.4
6+
7+
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.3...v0.2.4)
8+
9+
### 🩹 Fixes
10+
11+
- Show markdown preview menus ([#49](https://github.com/nuxtlabs/vscode-mdc/pull/49))
12+
13+
### ❤️ Contributors
14+
15+
- Farnabaz <farnabaz@gmail.com>
16+
517
## v0.2.3
618

719
### [0.2.3](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.0...v0.2.3) (2025-03-04)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "pnpm@9.15.6",
44
"displayName": "MDC - Markdown Components",
55
"description": "Provides syntax highlighting and colon matching for MDC (Markdown Components) files for Nuxt Content.",
6-
"version": "0.2.3",
6+
"version": "0.2.4",
77
"publisher": "Nuxt",
88
"icon": "images/icon.png",
99
"repository": {
@@ -138,7 +138,6 @@
138138
"when": "editorLangId == mdc && !notebookEditorFocused"
139139
}
140140
],
141-
142141
"snippets": [
143142
{
144143
"language": "mdc",

0 commit comments

Comments
 (0)