Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlay committed Jan 24, 2022
1 parent 0928f80 commit d8b5b9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "tree-sitter-heex",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tree-sitter grammar for HEEX files (heex)",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit d8b5b9f

Please sign in to comment.