Skip to content

Commit edfebfd

Browse files
committed
chore(release): release v0.6.1
1 parent da70aac commit edfebfd

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.1
6+
7+
[compare changes](https://github.com/comarkdown/vscode-comark/compare/v0.6.0...v0.6.1)
8+
9+
### 🩹 Fixes
10+
11+
- Improve UX of VS Code icon ([#90](https://github.com/comarkdown/vscode-comark/pull/90))
12+
13+
### 🏡 Chore
14+
15+
- Upgrade to pnpm 11 ([#91](https://github.com/comarkdown/vscode-comark/pull/91))
16+
- Update allowBuilds ([da70aac](https://github.com/comarkdown/vscode-comark/commit/da70aac))
17+
18+
### ❤️ Contributors
19+
20+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
21+
522
## v0.6.0
623

724
[compare changes](https://github.com/comarkdown/vscode-comark/compare/v0.5.0...v0.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "pnpm@11.2.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.6.0",
6+
"version": "0.6.1",
77
"publisher": "Nuxt",
88
"icon": "images/logo.png",
99
"repository": {

0 commit comments

Comments
 (0)