Skip to content

Commit

Permalink
Mark version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 22, 2024
1 parent 6b452e1 commit 7ce1d56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 6.0.0 (2024-01-22)

### New Features

First versioned release.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-yaml",
"version": "6.2.1",
"version": "6.0.0",
"description": "YAML language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@lezer/common": "^1.0.2",
"@lezer/common": "^1.2.0",
"@lezer/yaml": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7ce1d56

Please sign in to comment.