Skip to content

Commit

Permalink
chore(release): release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Mar 6, 2025
1 parent d58b6ef commit 13df5dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

## v0.2.3

### [0.2.3](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.0...v0.2.3) (2025-03-04)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "[email protected]",
"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": {
Expand Down Expand Up @@ -138,7 +138,6 @@
"when": "editorLangId == mdc && !notebookEditorFocused"
}
],

"snippets": [
{
"language": "mdc",
Expand Down

0 comments on commit 13df5dd

Please sign in to comment.