From 76ae454221b1408f2f8a10e4ef817db67fb3ca7a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 17 Apr 2025 11:47:38 +0000 Subject: [PATCH] fix(core): Update commit metadata with no functional code changes --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4187101..32c9b67 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-04-17 - 5.8.4 - fix(core) +Update commit metadata with no functional code changes + +- Commit info and documentation refreshed +- No code or test changes detected in the diff + ## 2025-04-17 - 5.8.3 - fix(readme) Improve readme documentation on data models and connection management diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bb551f1..acca5da 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartdata', - version: '5.8.3', + version: '5.8.4', description: 'An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.' }