Skip to content

Commit

Permalink
Mark version 1.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 2, 2024
1 parent eb6fb1d commit 4bce3bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.20 (2024-12-02)

### Bug fixes

Use the `className` style tag for variable names used as constructors with `new`.

Add support for `asserts` syntax in function return types.

## 1.4.19 (2024-10-08)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lezer/javascript",
"version": "1.4.19",
"version": "1.4.20",
"description": "lezer-based JavaScript grammar",
"main": "dist/index.cjs",
"type": "module",
Expand Down

0 comments on commit 4bce3bf

Please sign in to comment.