Skip to content

Commit 0dc0866

Browse files
committed
Mark version 6.1.0
1 parent 9701f4d commit 0dc0866

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 6.0.0 (2024-01-22)
28

39
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-yaml",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "YAML language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)