Skip to content

Commit

Permalink
0.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Jul 5, 2024
1 parent f2c5ae0 commit 9584055
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: tree-sitter/fuzz-action@v4
with:
directory: ${{matrix.language}}
tree-sitter-version: v0.22.5
tree-sitter-version: v0.22.6
2 changes: 1 addition & 1 deletion common/common.mak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.22.5
VERSION := 0.22.6

# repository
SRC_DIR := src
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-php",
"version": "0.22.5",
"version": "0.22.6",
"description": "PHP grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-php",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-php"
description = "PHP grammar for tree-sitter"
version = "0.22.5"
version = "0.22.6"
keywords = ["incremental", "parsing", "tree-sitter", "php"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 9584055

Please sign in to comment.