Skip to content

Commit 34dbda2

Browse files
committed
Mark version 6.2.0
1 parent 52640ae commit 34dbda2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.2.0 (2025-04-25)
2+
3+
### Bug fixes
4+
5+
Add an indentation rule for member expressions.
6+
7+
### New features
8+
9+
Allow multi-line strings to be code-folded.
10+
111
## 6.1.7 (2025-01-18)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-python",
3-
"version": "6.1.7",
3+
"version": "6.2.0",
44
"description": "Python language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)