0.14.5
This commit is contained in:
parent
1bad6dc41e
commit
4e059e18cb
5 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -638,7 +638,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tree-sitter-cli"
|
||||
version = "0.14.4"
|
||||
version = "0.14.5"
|
||||
dependencies = [
|
||||
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "tree-sitter-cli"
|
||||
description = "CLI tool for developing, testing, and using Tree-sitter parsers"
|
||||
version = "0.14.4"
|
||||
version = "0.14.5"
|
||||
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
|
|||
2
cli/npm/package-lock.json
generated
2
cli/npm/package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "tree-sitter-cli",
|
||||
"version": "0.14.4",
|
||||
"version": "0.14.5",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tree-sitter-cli",
|
||||
"version": "0.14.4",
|
||||
"version": "0.14.5",
|
||||
"author": "Max Brunsfeld",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const arg = process.argv[2];
|
|||
|
||||
if (!arg) {
|
||||
console.log([
|
||||
`Usage: script/version major |minor | patch | <version-number>`,
|
||||
`Usage: script/version major | minor | patch | <version-number>`,
|
||||
'',
|
||||
'Update the CLI version by the given increment or to the given',
|
||||
'version number, creating a commit and tag for the new version.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue