From 0c994647c23d03ac5ecb52b389bff35a2376fd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=BCbotter?= Date: Sun, 14 Feb 2021 12:16:28 +0100 Subject: [PATCH] release 0.2.0-alpha.38 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10c8e10c..bb2b9a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-tony", - "version": "0.2.0-alpha.37", + "version": "0.2.0-alpha.38", "description": "Tony grammar for tree-sitter", "scripts": { "setup": "yarn global add tree-sitter-cli && yarn generate && yarn install --dev",