From 3fc21dcd99a71a0c1f4de0267b6bda9514b589eb Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 5 Apr 2026 03:54:13 +0000 Subject: [PATCH] fix(repo): no changes to commit --- 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 48b9e47..89edffd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-05 - 2.5.7 - fix(repo) +no changes to commit + + ## 2026-04-05 - 2.5.6 - fix(repo) no changes to commit diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 47d46a6..ce3465a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartdb', - version: '2.5.6', + version: '2.5.7', description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.' }