Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clason committed Jan 17, 2024
1 parent e9b37bb commit 3132beb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-vimdoc"
description = "Vimdoc grammar for the tree-sitter parsing library"
version = "2.0.1-dev.0"
version = "2.1.0"
keywords = ["incremental", "parsing", "neovim", "vimdoc"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/neovim/tree-sitter-vimdoc"
Expand All @@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.20.7"
tree-sitter = "~0.20.8"

[build-dependencies]
cc = "1.0"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-vimdoc",
"version": "2.0.2-dev.0",
"version": "2.1.0",
"description": "Tree-sitter parser for Vim help files",
"main": "bindings/node",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"nan": "^2.15.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.7"
"tree-sitter-cli": "^0.20.8"
}
}

0 comments on commit 3132beb

Please sign in to comment.