diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cebf56..78d7e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.3.1 + +- Upgrade to tree-sitter-cli 0.20.4 + # 0.3.0 - Add highlight queries, thanks @the-mikedavis! diff --git a/README.md b/README.md index 4c94dcb..458717a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar and parser for [HEEx](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Helpers.html#sigil_H/2), the HTML-aware and component-friendly extension of EEx for [Phoenix](https://www.phoenixframework.org/). -For Surface support, see [tree-sitter-surface](https://github.com/connorlay/tree-sitter-surface). +For EEx support, see [tree-sitter-eex](https://github.com/connorlay/tree-sitter-eex). For Surface support, see [tree-sitter-surface](https://github.com/connorlay/tree-sitter-surface). ## Features diff --git a/package.json b/package.json index c19696b..6f2b9f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-heex", - "version": "0.3.0", + "version": "0.3.1", "description": "Tree-sitter grammar for HEEX files (heex)", "main": "bindings/node", "scripts": {