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