Skip to content

Commit 1479a40

Browse files
committed
0.20.4
1 parent 5a00125 commit 1479a40

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-bash"
33
description = "Bash grammar for tree-sitter"
4-
version = "0.20.3"
4+
version = "0.20.4"
55
authors = ["Max Brunsfeld <[email protected]"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

bindings/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ way.)
99
```toml
1010
[dependencies]
1111
tree-sitter = "0.20.10"
12-
tree-sitter-bash = "0.20.3"
12+
tree-sitter-bash = "0.20.4"
1313
```
1414

1515
Typically, you will use the [language][language func] function to add this

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-bash",
3-
"version": "0.20.3",
3+
"version": "0.20.4",
44
"description": "Bash grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [
@@ -11,15 +11,15 @@
1111
"author": "Max Brunsfeld",
1212
"license": "MIT",
1313
"dependencies": {
14-
"nan": "^2.17.0",
14+
"nan": "^2.18.0",
1515
"prebuild-install": "^7.1.1",
1616
"web-tree-sitter": "^0.20.8"
1717
},
1818
"devDependencies": {
19-
"eslint": "^8.47.0",
19+
"eslint": "^8.50.0",
2020
"eslint-config-google": "^0.14.0",
2121
"node-gyp": "^9.4.0",
22-
"prebuild": "^11.0.4",
22+
"prebuild": "^12.1.0",
2323
"tree-sitter-cli": "^0.20.8"
2424
},
2525
"overrides": {

0 commit comments

Comments
 (0)