Skip to content

Commit

Permalink
Mark version 1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 8, 2024
1 parent 075debc commit 04cf4a0
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.19 (2024-10-08)

### Bug fixes

Support question marks after method names in TypeScript object type notation.

Support bracketed property names in TypeScript object types.

Allow TypeScript interface declarations to extend multiple types.

## 1.4.18 (2024-09-17)

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

0 comments on commit 04cf4a0

Please sign in to comment.