Skip to content

Commit

Permalink
Mark version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 23, 2023
1 parent 1c472ac commit d8e3950
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.3.7 (2023-11-23)

### Bug fixes

Fix a bug that caused the parser to not properly recognize empty HTML comments. Don't emit nested parses for empty elements in configureNesting

Fix an issue where `configureNesting` could emit empty overlay ranges for empty elements.

## 1.3.6 (2023-07-12)

### 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/html",
"version": "1.3.6",
"version": "1.3.7",
"description": "lezer-based HTML grammar",
"main": "dist/index.cjs",
"type": "module",
Expand Down

0 comments on commit d8e3950

Please sign in to comment.