Skip to content

Commit 62edfac

Browse files
committed
chore(release): release v0.3.0
1 parent 95a5f06 commit 62edfac

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.3.0
6+
7+
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.4...v0.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Component and prop suggestions ([#43](https://github.com/nuxtlabs/vscode-mdc/pull/43))
12+
13+
### 🩹 Fixes
14+
15+
- **completions:** Prop type value ([#50](https://github.com/nuxtlabs/vscode-mdc/pull/50))
16+
- **completions:** Detect object prop type ([#51](https://github.com/nuxtlabs/vscode-mdc/pull/51))
17+
18+
### 🤖 CI
19+
20+
- Deploy to open vsx ([95a5f06](https://github.com/nuxtlabs/vscode-mdc/commit/95a5f06))
21+
22+
### ❤️ Contributors
23+
24+
- Farnabaz <farnabaz@gmail.com>
25+
- Adam DeHaven ([@adamdehaven](https://github.com/adamdehaven))
26+
527
## v0.2.4
628

729
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.3...v0.2.4)

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.2.4",
6+
"version": "0.3.0",
77
"publisher": "Nuxt",
88
"icon": "images/icon.png",
99
"repository": {

0 commit comments

Comments
 (0)