8000 Mark version 0.20.0 · codemirror/lang-python@10c7a43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10c7a43

Browse files
committed
Mark version 0.20.0
1 parent b92fa79 commit 10c7a43

File tree

2 files changed

+8
10000
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.20.0 (2022-04-20)
2+
3+
### Bug fixes
4+
5+
Add folding information for set and tuple expressions.
6+
17
## 0.19.5 (2022-04-06)
28

39
### Bug fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-python",
3-
"version": "0.19.5",
3+
"version": "0.20.0",
44
"description": "Python language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",
@@ -26,7 +26,7 @@
2626
"sideEffects": false,
2727
"license": "MIT",
2828
"dependencies": {
29-
"@codemirror/language": "^0.19.0",
29+
"@codemirror/language": "^0.20.0",
3030
"@lezer/python": "^0.16.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)
0