Skip to content

Commit 9f804be

Browse files
committed
0.21.2
1 parent 37ced08 commit 9f804be

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-typescript"
33
description = "TypeScript and TSX grammars for tree-sitter"
4-
version = "0.21.1"
4+
version = "0.21.2"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Amaan Qureshi <[email protected]>",
@@ -31,4 +31,4 @@ path = "bindings/rust/lib.rs"
3131
tree-sitter = ">=0.21.0"
3232

3333
[build-dependencies]
34-
cc = "1.0.96"
34+
cc = "1.0.104"

common/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.21.1
1+
VERSION := 0.21.2
22

33
# repository
44
SRC_DIR := src

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-typescript",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "TypeScript and TSX grammars for tree-sitter",
55
"repository": "github:tree-sitter/tree-sitter-typescript",
66
"license": "MIT",

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-typescript"
77
description = "TypeScript and TSX grammars for tree-sitter"
8-
version = "0.21.1"
8+
version = "0.21.2"
99
keywords = ["incremental", "parsing", "tree-sitter", "typescript", "tsx"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)