We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9701f4d commit 0dc0866Copy full SHA for 0dc0866
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.1.0 (2024-04-07)
2
+
3
+### New features
4
5
+`yamlFrontmatter` can now be used to wrap a language with a YAML frontmatter.
6
7
## 6.0.0 (2024-01-22)
8
9
### New Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-yaml",
- "version": "6.0.0",
+ "version": "6.1.0",
"description": "YAML language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments