Skip to content

Commit 49f93c9

Browse files
committed
chore(release): v0.7.0
1 parent a8a5c03 commit 49f93c9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/nuxtlabs/monarch/compare/v0.6.2...v0.7.0) (2025-06-13)
4+
5+
### Features
6+
7+
* **formatter:** properly format array props ([#16](https://github.com/nuxtlabs/monarch/issues/16)) ([a8a5c03](https://github.com/nuxtlabs/monarch/commit/a8a5c036e5dfd9d349e819c73d26f03c3d048d4e))
8+
9+
## v0.7.0
10+
11+
[compare changes](https://github.com/nuxtlabs/monarch/compare/v0.6.2...v0.7.0)
12+
13+
### 🚀 Enhancements
14+
15+
- **formatter:** Properly format array props ([#16](https://github.com/nuxtlabs/monarch/pull/16))
16+
17+
### ❤️ Contributors
18+
19+
- Adam DeHaven ([@adamdehaven](https://github.com/adamdehaven))
20+
321
## [0.6.2](https://github.com/nuxtlabs/monarch/compare/v0.6.1...v0.6.2) (2025-06-06)
422

523
### Bug Fixes

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.6.2",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"description": "Integrate MDC syntax with Monaco Editor",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)