From 862623b7ef3442b7da5861780b6df07e5029207e Mon Sep 17 00:00:00 2001 From: Dominick Martelly Date: Tue, 20 Feb 2024 13:23:14 -0500 Subject: [PATCH] Bump version to 2.1.1 in for preprocessor --- packages/preprocessor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/preprocessor/package.json b/packages/preprocessor/package.json index 7f5a745..e821e95 100644 --- a/packages/preprocessor/package.json +++ b/packages/preprocessor/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.1.0", + "version": "2.1.1", "description": "This project will preprocess feature files to allow more input variables to be supplied. This can be supplied through javascript, a csv/psv/json array file or a mixture of these. This will hopefully allow it to be easier to maintain larger test sets.", "main": "index.js", "bin": {