Skip to content

Commit 8697f16

Browse files
committed
chore(release): release v0.5.0
1 parent 4863ab0 commit 8697f16

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.5.0
5+
6+
[compare changes](https://github.com/nuxtlabs/monarch/compare/0.4.0...v0.5.0)
7+
8+
### 🩹 Fixes
9+
10+
- Formatting YAML properties and exporting a cjs build ([#12](https://github.com/nuxtlabs/monarch/pull/12))
11+
12+
### ❤️ Contributors
13+
14+
- Adam DeHaven ([@adamdehaven](http://github.com/adamdehaven))
15+
416
## v0.4.0
517

618
[compare changes](https://github.com/nuxtlabs/monarch/compare/0.3.0...v0.4.0)

package.json

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

0 commit comments

Comments
 (0)