Skip to content

Commit 05d458b

Browse files
committed
release v1.2.12
1 parent cfc3ef4 commit 05d458b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-solidity"
33
description = "Solidity grammar for the tree-sitter parsing library"
4-
version = "1.2.11"
4+
version = "1.2.12"
55
keywords = ["incremental", "parsing", "Solidity"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/JoranHonig/tree-sitter-solidity"

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-solidity",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "A tree sitter parser for Solidity",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-solidity"
77
description = "Solidity grammar for tree-sitter"
8-
version = "1.2.11"
8+
version = "1.2.12"
99
keywords = ["incremental", "parsing", "tree-sitter", "solidity"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"metadata": {
18-
"version": "1.2.11",
18+
"version": "1.2.12",
1919
"license": "MIT",
2020
"description": "A tree sitter parser for Solidity",
2121
"authors": [

0 commit comments

Comments
 (0)