Skip to content

Commit

Permalink
Mark version 6.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 24, 2024
1 parent 96ca637 commit a7a19f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 6.10.4 (2024-11-24)

### Bug fixes

Join adjacent tokens of the same type into a single token in .

Call stream language indent functions even when the language is used as a nested parser.

Fix a crash in `StreamParser` when a parse was resumed with different input ranges.

## 6.10.3 (2024-09-19)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
"version": "6.10.3",
"version": "6.10.4",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit a7a19f5

Please sign in to comment.