From 586e8bfcd37070d530790a6578916562bfe2af57 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 26 Mar 2026 16:03:45 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 10 ++++++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..4c17c7f --- /dev/null +++ b/changelog.md @@ -0,0 +1,10 @@ +# Changelog + +## 2026-03-26 - 1.0.1 - fix(repo) +no changes to commit + + +## 2026-03-26 - 1.0.0 - project +Initial release + +- Project initialized diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ef90e5d..04da552 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: '1.0.0', + version: '1.0.1', description: 'A pure TypeScript MongoDB wire-protocol-compatible database server with pluggable storage, indexing, transactions, and zero external binary dependencies.' }