Skip to content

Commit

Permalink
Mark version 1.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 17, 2024
1 parent 224d9a6 commit 34e5de4
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.18 (2024-09-17)

### Bug fixes

Support `as` syntax in mapped object types.

Make sure the parser doesn't get confused when a template interpolation is missing its expression.

## 1.4.17 (2024-06-11)

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

0 comments on commit 34e5de4

Please sign in to comment.