fix(core): Apply code cleanup and refactoring.

This commit is contained in:
Philipp Kunz 2024-11-23 18:39:17 +01:00
parent 7ef17f9c41
commit 7022ae1a3c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.'
}