From ae63a2220226a1405e3e54287f79de1959d6a29e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 30 Apr 2025 18:02:01 +0000 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a210e..df72d97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/tapbundle", "private": false, - "version": "6.0.0", + "version": "6.0.1", "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",