From 7022ae1a3c3a5a5dfa159b239a855146f6891c71 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 23 Nov 2024 18:39:17 +0100 Subject: [PATCH] fix(core): Apply code cleanup and refactoring. --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3850005..ed23ed4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-11-23 - 5.5.2 - fix(core) +Apply code cleanup and refactoring. + + ## 2024-11-23 - 5.5.1 - fix(core) Update dependencies and add jestExpect export diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a2f0052..51cf56d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '5.5.1', + version: '5.5.2', description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.' }