From d9cb05ecb334c0120c1fc8b42d10ec7e145fed97 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Sun, 10 Nov 2024 17:59:40 +0100 Subject: [PATCH] 3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4626ed12c..79f7df9b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-parser", - "version": "3.2.0", + "version": "3.2.1", "description": "Parse PHP code from JS and returns its AST", "main": "src/index.js", "browser": "dist/php-parser.js",