Skip to content

Commit 956c41d

Browse files
committed
chore(release): release v0.4.0
1 parent b9f9e54 commit 956c41d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.4.0
6+
7+
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.3.3...v0.4.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **completions:** Array prop completion formats ([#57](https://github.com/nuxtlabs/vscode-mdc/pull/57))
12+
13+
### 🩹 Fixes
14+
15+
- **deps:** Update monarch-mdc ([#58](https://github.com/nuxtlabs/vscode-mdc/pull/58))
16+
17+
### ✅ Tests
18+
19+
- Init extension test ([b9f9e54](https://github.com/nuxtlabs/vscode-mdc/commit/b9f9e54))
20+
21+
### ❤️ Contributors
22+
23+
- Farnabaz <farnabaz@gmail.com>
24+
- Adam DeHaven ([@adamdehaven](https://github.com/adamdehaven))
25+
526
## v0.3.3
627

728
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.3.2...v0.3.3)

package.json

Lines changed: 1 addition & 1 deletion
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.3.3",
6+
"version": "0.4.0",
77
"publisher": "Nuxt",
88
"icon": "images/icon.png",
99
"repository": {

0 commit comments

Comments
 (0)