File tree 2 files changed +11
-3
lines changed 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.15.0 (2021-08-11)
2
+
3
+ ### Breaking changes
4
+
5
+ The module's name changed from ` lezer-python ` to ` @lezer/python ` .
6
+
7
+ Upgrade to the 0.15.0 lezer interfaces.
8
+
1
9
## 0.13.7 (2021-07-12)
2
10
3
11
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lezer/python" ,
3
- "version" : " 0.13.7 " ,
3
+ "version" : " 0.15.0 " ,
4
4
"description" : " Lezer-based Python grammar" ,
5
5
"main" : " dist/index.cjs" ,
6
6
"type" : " module" ,
13
13
"author" : " Marijn Haverbeke <marijnh@gmail.com>" ,
14
14
"license" : " MIT" ,
15
15
"devDependencies" : {
16
- "@lezer/generator" : " ^0.13.3 " ,
16
+ "@lezer/generator" : " ^0.15.0 " ,
17
17
"mocha" : " ^9.0.1" ,
18
18
"rollup" : " ^2.52.2" ,
19
19
"@rollup/plugin-node-resolve" : " ^9.0.0"
20
20
},
21
21
"dependencies" : {
22
- "@lezer/lr" : " ^0.13.2 "
22
+ "@lezer/lr" : " ^0.15.0 "
23
23
},
24
24
"repository" : {
25
25
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments