We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4863ab0 commit 8697f16Copy full SHA for 8697f16
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
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
16
## v0.4.0
17
18
[compare changes](https://github.com/nuxtlabs/monarch/compare/0.3.0...v0.4.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtlabs/monarch-mdc",
- "version": "0.4.0",
+ "version": "0.5.0",
"license": "MIT",
"description": "Integrate MDC syntax with Monaco Editor",
"main": "./dist/index.cjs",
0 commit comments