Skip to content

Commit

Permalink
Mark version 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 13, 2023
1 parent ac815db commit d6deca1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 6.1.1 (2023-04-13)

### Bug fixes

Fix the declaration of `comentTokens` language data for Markdown.

Fix a bug in `deleteMarkupBackward` that would cause it to delete pieces of continued paragraphs below list item markers.

## 6.1.0 (2023-02-17)

### New features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-markdown",
"version": "6.1.0",
"version": "6.1.1",
"description": "Markdown language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit d6deca1

Please sign in to comment.