Skip to content

Commit

Permalink
chore: Release version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdezFOmar committed Aug 27, 2024
1 parent 8cda856 commit eba1255
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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-editorconfig"
description = "Editorconfig grammar for tree-sitter"
version = "1.0.1"
version = "1.0.2"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "editorconfig"]
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "tree-sitter-editorconfig",
"version": "1.0.1",
"version": "1.0.2",
"description": "Editorconfig grammar for tree-sitter",
"repository": "github:ValdezFOmar/tree-sitter-editorconfig",
"license": "MIT",
"type": "module",
"main": "bindings/node",
"types": "bindings/node",
"type": "module",
"keywords": [
"incremental",
"parsing",
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-editorconfig"
description = "Editorconfig grammar for tree-sitter"
version = "1.0.1"
version = "1.0.2"
keywords = ["incremental", "parsing", "tree-sitter", "editorconfig"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit eba1255

Please sign in to comment.