From 76f22406bdf1606b2c2f634ae7d588ce4310d197 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 16 Jan 2024 11:50:16 +0100 Subject: [PATCH] Mark version 1.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb17088..4ab62cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9e682f9..17dde1a 100644 --- a/package.json +++ b/package.json @@ -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",