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