Skip to content

Commit

Permalink
Mark version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 16, 2024
1 parent e4e0aea commit 76f2240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.1 (2024-01-16)

### Bug fixes

Fix a bug where `getChild` and `getChildren` would, if the first and second arguments matched the same node, return incorrect results.

## 1.2.0 (2023-12-28)

### 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.2.0",
"version": "1.2.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 76f2240

Please sign in to comment.