Skip to content

Commit

Permalink
chore: release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 10, 2024
1 parent 7c46764 commit 648183d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 43 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-xml"
description = "XML & DTD grammars for tree-sitter"
version = "0.6.2"
version = "0.6.3"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "dtd", "xml"]
Expand Down
2 changes: 1 addition & 1 deletion common/common.mak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.6.2
VERSION := 0.6.3

# repository
SRC_DIR := src
Expand Down
54 changes: 19 additions & 35 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tree-sitter-grammars/tree-sitter-xml",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"description": "XML & DTD grammars for tree-sitter",
"repository": "tree-sitter-grammars/tree-sitter-xml",
Expand Down Expand Up @@ -43,14 +43,14 @@
],
"dependencies": {
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0"
"node-gyp-build": "^4.8.1"
},
"devDependencies": {
"prebuildify": "^6.0.0",
"tree-sitter-cli": "^0.22.2"
"prebuildify": "^6.0.1",
"tree-sitter-cli": "^0.22.6"
},
"peerDependencies": {
"tree-sitter": "^0.21.0"
"tree-sitter": "^0.21.1"
},
"peerDependenciesMeta": {
"tree_sitter": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-xml"
description = "XML & DTD grammars for tree-sitter"
version = "0.6.2"
version = "0.6.3"
keywords = ["incremental", "parsing", "tree-sitter", "xml"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 648183d

Please sign in to comment.