Skip to content

Commit 98a7c23

Browse files
committed
Update version numbers and add author details in metadata
1 parent b11a47d commit 98a7c23

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
uses: tree-sitter/parser-test-action@v3
3939
with:
4040
test-rust: ${{runner.os == 'Linux'}}
41+
generate: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@
1313
}
1414
],
1515
"metadata": {
16-
"version": "0.0.29",
16+
"version": "0.0.38",
1717
"license": "MIT",
1818
"description": "Inference grammar for tree-sitter",
1919
"authors": [
2020
{
2121
"name": "Georgii Plotnikov",
2222
"email": "georgii@inferara.com"
23+
},
24+
{
25+
"name": "Nikolay Nikitin",
26+
"email": "nikolaynikitin2006@gmail.com"
2327
}
2428
],
2529
"links": {

0 commit comments

Comments
 (0)