Skip to content

Commit

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

### Bug fixes

Add support for `const` modifiers on TypeScript type parameters.

Allow TypeScript syntax, where the condition is just a variable.

Fix a bug where some TypeScript `<` tokens didn't appear in the syntax tree.

## 1.4.20 (2024-12-02)

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

0 comments on commit 2f52d81

Please sign in to comment.