From 05a361046ebbbfd75b683b0bb8441a61d0a5df9e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 19 Sep 2024 10:30:15 +0200 Subject: [PATCH] 5.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c55a96..bfafa5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/tapbundle", "private": false, - "version": "5.2.2", + "version": "5.3.0", "description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.", "exports": { ".": "./dist_ts/index.js",