Skip to content

Commit 6a902b4

Browse files
committed
chore(release): release v0.6.0
1 parent b9fa0b2 commit 6a902b4

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
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.6.0
6+
7+
[compare changes](https://github.com/comarkdown/vscode-comark/compare/v0.5.0...v0.6.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add support for binding `{{...}}` syntax ([aebba86](https://github.com/comarkdown/vscode-comark/commit/aebba86))
12+
13+
### 🩹 Fixes
14+
15+
- **grammar:** Inline components detection and attributes regex ([#87](https://github.com/comarkdown/vscode-comark/pull/87))
16+
17+
### 📖 Documentation
18+
19+
- Add manual testing option to README ([f22df19](https://github.com/comarkdown/vscode-comark/commit/f22df19))
20+
- Add Comark + Nuxt link ([b9fa0b2](https://github.com/comarkdown/vscode-comark/commit/b9fa0b2))
21+
22+
### 🏡 Chore
23+
24+
- Update branding to comark ([#88](https://github.com/comarkdown/vscode-comark/pull/88))
25+
- Revise README for Comark and MDC syntax highlight ([26f5043](https://github.com/comarkdown/vscode-comark/commit/26f5043))
26+
- Upgrade deps and update tests ([cb159e0](https://github.com/comarkdown/vscode-comark/commit/cb159e0))
27+
28+
### 🤖 CI
29+
30+
- Pnpm/action-setup v4 ([feaf60f](https://github.com/comarkdown/vscode-comark/commit/feaf60f))
31+
- Temporary add main to deploy workflow ([df3bd3d](https://github.com/comarkdown/vscode-comark/commit/df3bd3d))
32+
- Update deploy workflow to trigger on main branch ([040c312](https://github.com/comarkdown/vscode-comark/commit/040c312))
33+
- Do not deploy without tag ([4896e62](https://github.com/comarkdown/vscode-comark/commit/4896e62))
34+
35+
### ❤️ Contributors
36+
37+
- Farnabaz <farnabaz@gmail.com>
38+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
39+
540
## v0.5.0
641

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

package.json

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

0 commit comments

Comments
 (0)