From f04d9a92ed4e4f26b509e32b8a12554a06a0e9b2 Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Thu, 26 Sep 2024 16:10:39 +0000 Subject: [PATCH] Setting version to 4.2.29 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08acd87..61cdc4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "license": "AGPL-3.0-only", - "version": "4.2.28", + "version": "4.2.29", "scripts": { "cleanTest": "find dist -type d -name tests -prune -exec rm -rf {} \\;", "lint": "eslint . --ext .ts,.tsx",