Skip to content

Commit 708b9c9

Browse files
committed
chore(release): release v0.5.0
1 parent de71c3a commit 708b9c9

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.5.0
6+
7+
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.4.2...v0.5.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Format on paste ([#80](https://github.com/nuxtlabs/vscode-mdc/pull/80))
12+
- Mdc block component tag matching and highlighting ([#77](https://github.com/nuxtlabs/vscode-mdc/pull/77))
13+
14+
### 🩹 Fixes
15+
16+
- Component metadata ttl ([#76](https://github.com/nuxtlabs/vscode-mdc/pull/76))
17+
- Upgrade esno for build ([#79](https://github.com/nuxtlabs/vscode-mdc/pull/79))
18+
- `while` pattern to match indent in lists ([#81](https://github.com/nuxtlabs/vscode-mdc/pull/81))
19+
20+
### 🏡 Chore
21+
22+
- Upgrade deps and tests ([32be6d6](https://github.com/nuxtlabs/vscode-mdc/commit/32be6d6))
23+
- Upgrade `@nuxt/schema` ([de71c3a](https://github.com/nuxtlabs/vscode-mdc/commit/de71c3a))
24+
25+
### 🤖 CI
26+
27+
- Upgrade actions ([e492b9e](https://github.com/nuxtlabs/vscode-mdc/commit/e492b9e))
28+
29+
### ❤️ Contributors
30+
31+
- Farnabaz <farnabaz@gmail.com>
32+
- Adam DeHaven ([@adamdehaven](https://github.com/adamdehaven))
33+
- Aymkx ([@aymkx](https://github.com/aymkx))
34+
535
## v0.4.2
636

737
[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.4.1...v0.4.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "pnpm@10.28.2",
44
"displayName": "MDC - Markdown Components",
55
"description": "Provides syntax highlighting and colon matching for MDC (Markdown Components) files for Nuxt Content.",
6-
"version": "0.4.2",
6+
"version": "0.5.0",
77
"publisher": "Nuxt",
88
"icon": "images/icon.png",
99
"repository": {

0 commit comments

Comments
 (0)