Skip to content

Commit

Permalink
Prepare 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 23, 2021
1 parent 413fc74 commit e30e49c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
]

# Keep in sync with package.json
version = "5.2.1"
version = "5.2.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ export interface ConsPatternNode extends NamedNodeBase {
| UnnamedNode<")">
| AnythingPatternNode
| CharConstantExprNode
| ConsPatternNode
| ListPatternNode
| LowerPatternNode
| NumberConstantExprNode
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elm-tooling/tree-sitter-elm",
"version": "5.2.1",
"version": "5.2.2",
"description": "Tree sitter definitions for elm",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit e30e49c

Please sign in to comment.