From e082843295fead3e525a5208250e00618532d16a Mon Sep 17 00:00:00 2001 From: Andrew Ray Date: Sat, 27 Jan 2024 11:42:30 -0800 Subject: [PATCH] Bumping package to include newline fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1cd117..d6f3bdc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "engines": { "node": ">=16" }, - "version": "2.1.0", + "version": "2.1.1", "description": "A GLSL ES 1.0 and 3.0 parser and preprocessor that can preserve whitespace and comments", "scripts": { "prepare": "npm run build && ./prepublish.sh",