Skip to content

Commit 26887f6

Browse files
committed
chore(release): v0.6.0
1 parent 863c3c0 commit 26887f6

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
[compare changes](https://github.com/nuxtlabs/monarch/compare/0.5.0...v0.6.0)
6+
7+
### 🩹 Fixes
8+
9+
- **formatter:** Properly indent nested yaml props ([#13](https://github.com/nuxtlabs/monarch/pull/13))
10+
11+
### 🏡 Chore
12+
13+
- Upgrade deps ([c962dae](https://github.com/nuxtlabs/monarch/commit/c962dae))
14+
- Use `@release-it/conventional-changelog` ([863c3c0](https://github.com/nuxtlabs/monarch/commit/863c3c0))
15+
16+
### ❤️ Contributors
17+
18+
- Farnabaz <[email protected]>
19+
- Adam DeHaven ([@adamdehaven](https://github.com/adamdehaven))
320

421
## v0.5.0
522

@@ -68,4 +85,3 @@
6885
### ❤️ Contributors
6986

7087
- Farnabaz <[email protected]>
71-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtlabs/monarch-mdc",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"description": "Integrate MDC syntax with Monaco Editor",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)