Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clason committed Apr 3, 2023
1 parent b2ec4ec commit 182e412
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 = "1.3.0"
version = "2.0.0"
keywords = ["incremental", "parsing", "neovim", "vimdoc"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/neovim/tree-sitter-vimdoc"
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-vimdoc",
"version": "1.3.1-dev.0",
"version": "2.0.0",
"description": "Tree-sitter parser for Vim help files",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit 182e412

Please sign in to comment.