From 905139785a8def062399614624842ecce852f650 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 23 Nov 2024 18:42:31 +0100 Subject: [PATCH] 5.5.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7799ec6..4dfe041 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/tapbundle", "private": false, - "version": "5.5.2", + "version": "5.5.3", "description": "A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.", "exports": { ".": "./dist_ts/index.js", @@ -88,4 +88,4 @@ "parallel testing", "test lifecycle management" ] -} \ No newline at end of file +}