Skip to content

Commit 61b6383

Browse files
Peter Stengerclaude
andcommitted
chore: release 1.4.3
Bump npm + PyPI parser packages to 1.4.3 to match the already-published 1.4.3 VS Code/OpenVSX extension. The lsp-v1.4.3 release only covered the extension; this v1.4.3 release publishes the JS bindings and Python wheels. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6a6498a commit 61b6383

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prairielearn/tree-sitter-htmlmustache",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "HTML with Mustache/Handlebars template syntax grammar for tree-sitter",
55
"repository": {
66
"type": "git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-htmlmustache"
77
description = "HTML with Mustache/Handlebars template syntax grammar for tree-sitter"
8-
version = "1.4.2"
8+
version = "1.4.3"
99
keywords = ["incremental", "parsing", "tree-sitter", "html", "mustache", "handlebars"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)