Skip to content

Commit 734b54d

Browse files
committed
Mark version 6.4.1
1 parent b25d8f3 commit 734b54d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.4.1 (2024-08-15)
2+
3+
### Bug fixes
4+
5+
Stop treating closing brackets as brackets in the Common Lisp mode.
6+
7+
Fix a bug where the Stylus mode would crash when queried for indentation.
8+
19
## 6.4.0 (2024-04-05)
210

311
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/legacy-modes",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)