diff --git a/CHANGELOG.md b/CHANGELOG.md index 86395c0..fba4fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.1.0 (2024-04-07) + +### New features + +`yamlFrontmatter` can now be used to wrap a language with a YAML frontmatter. + ## 6.0.0 (2024-01-22) ### New Features diff --git a/package.json b/package.json index 4fab931..3ae3a5e 100644 --- a/package.json +++ b/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",