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