Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlay committed Jun 13, 2022
1 parent 3ed2a48 commit 961bc4d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

# 0.5.0
- Add new nodes to support HEEx special attributes
- Support self-closing HEEx slots
- Support hyphens in HTML tag names
- Update README
- Add prettier code formatter

# 0.4.1
- Add package.json metadata required to integrate with tree-sitter-elixir
- Update tree-sitter-cli and regenerate parser

# 0.4.0

- Add new nodes to support HEEx slots
- Fix: allow for empty comments
- Update highlights to match those in nvim-treesitter
- Update README

# 0.3.1

- Upgrade to tree-sitter-cli 0.20.4
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.4.1",
"version": "0.5.0",
"description": "Tree-sitter grammar for HEEX files (heex)",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 961bc4d

Please sign in to comment.