Skip to content

Commit

Permalink
Mark version 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Feb 20, 2024
1 parent 6acfd36 commit 7edd3df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 6.2.2 (2024-02-20)

### Bug fixes

Fix a bug that would cause self-closing JSX tags to have another closing tag inserted when typing the final '>'.

## 6.2.1 (2023-08-28)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-javascript",
"version": "6.2.1",
"version": "6.2.2",
"description": "JavaScript language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 7edd3df

Please sign in to comment.