diff --git a/CHANGELOG.md b/CHANGELOG.md index 37706cd..bf746c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.2.1 + +- Bugfix: allow brackets in `expression_value` nodes, thanks @the-mikedavis! + # 0.2.0 - Add missing doctype node diff --git a/package.json b/package.json index 2718943..ca01212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-heex", - "version": "0.2.0", + "version": "0.2.1", "description": "Tree-sitter grammar for HEEX files (heex)", "main": "bindings/node", "scripts": {