Skip to content

Commit

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

### Bug fixes

Fix a bug where `resolveStack` could sometimes yield the same node multiple times.

Allow mixed-parsing trees to be mounted for zero-length nodes.

Fix a bug in mixed-language parsing that could some parts of an inner language to be missed when incrementally reparsing from a stopped parse.

In `Tree.build`, when given an extremely deeply nested tree structure, flatten it instead of overflowing the stack.

## 1.1.0 (2023-09-19)

### New features
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/common",
"version": "1.1.0",
"version": "1.1.1",
"description": "Syntax tree data structure and parser interfaces for the lezer parser",
"main": "dist/index.cjs",
"type": "module",
Expand Down

0 comments on commit 6a82c56

Please sign in to comment.