From 94dc9cfc3fdf49709c04a075117b2f287ef82055 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 5 Apr 2026 03:52:29 +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 7599653..c496ed6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-05 - 2.5.5 - fix(repo) +no changes to commit + + ## 2026-04-05 - 2.5.4 - fix(package) bump package version to 2.5.3 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d09c472..96a32c9 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.4', + version: '2.5.5', description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.' }