CHANGELOG.md in node_mutation-1.22.1 vs CHANGELOG.md in node_mutation-1.22.2

- old
+ new

@@ -1,7 +1,11 @@ # NodeMutation +## 1.22.2 (2023-12-04) + +* `str` child node range does not include quotes + ## 1.22.1 (2023-12-04) * `child_node_range` supports int/float/str/sym `value` ## 1.22.0 (2023-11-27) @@ -129,10 +133,10 @@ * Support `cvar`, `gvar`, `ivar`, and `lvar` name in `child_node_range` ## 1.13.1 (2023-03-31) -* Remove both whitespaces only when next char is nil +* Remove both whitespace only when next char is nil ## 1.13.0 (2023-03-31) * Adapter `get_start` and `get_end` can parse child node * Adapter `get_start_loc` and `get_end_loc` can parse child node