From 6ab77ece6e6bb71f88f060e3b34af2c31b935041 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 24 Nov 2024 02:28:48 +0100 Subject: [PATCH] fix(metadata): Fix metadata handling for deleted files --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c1c0bc6..23ca537 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-24 - 3.2.1 - fix(metadata) +Fix metadata handling for deleted files + +- Ensured metadata is correctly stored and managed when files are deleted into the trash. + ## 2024-11-24 - 3.2.0 - feat(bucket) Enhanced SmartBucket with trash management and metadata handling diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index adb2d7c..9e6bfd0 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.2.0', + version: '3.2.1', description: 'A TypeScript library offering simple and cloud-agnostic object storage with advanced features like bucket creation, file and directory management, and data streaming.' }