Skip to content

Commit

Permalink
Mark version 1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed May 4, 2024
1 parent 034abc8 commit b3775dc
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.16 (2024-05-04)

### Bug fixes

Don't consume `?.` tokens when followed by a digit.

Support type arguments on non-call expressions.

## 1.4.15 (2024-04-23)

### 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.15",
"version": "1.4.16",
"description": "lezer-based JavaScript grammar",
"main": "dist/index.cjs",
"type": "module",
Expand Down

0 comments on commit b3775dc

Please sign in to comment.