Skip to content

Commit

Permalink
Mark version 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 5, 2024
1 parent e5e0520 commit 3932f7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 6.4.0 (2024-04-05)

### Bug fixes

Only match Solr operator words when they are upper-case.

Fix an infinite loop when tokenizing heredoc strings in the Crystal mode.

### New features

Add the old Pug mode.

## 6.3.3 (2023-07-20)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/legacy-modes",
"version": "6.3.3",
"version": "6.4.0",
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 3932f7b

Please sign in to comment.