8000 Mark version 1.4.20 · lezer-parser/javascript@4bce3bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bce3bf

Browse files
committed
Mark version 1.4.20
1 parent eb6fb1d commit 4bce3bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.20 (2024-12-02)
2+
3+
### Bug fixes
4+
5+
Use the `className` style tag for variable names used as constructors with `new`.
6+
7+
Add support for `asserts` syntax in function return types.
8+
19
## 1.4.19 (2024-10-08)
210

311
### 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": "@lezer/javascript",
3-
"version": "1.4.19",
3+
"version": "1.4.20",
44
"description": "lezer-based JavaScript grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)
0