From ed8db4536b1ddcb6ddba279347a544f8a1bbd79e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 25 Nov 2024 17:36:14 +0100 Subject: [PATCH] fix(core): Minor refactoring and cleanup of TypeScript source files for improved readability and maintainability. --- 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 f019f62..856b3cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-11-25 - 3.3.4 - fix(core) +Minor refactoring and cleanup of TypeScript source files for improved readability and maintainability. + + ## 2024-11-24 - 3.3.3 - fix(documentation) Improved documentation accuracy and consistency diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 457b868..55dd476 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartbucket', - version: '3.3.3', + version: '3.3.4', description: 'A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.' }