fix(repo): no changes to commit

This commit is contained in:
2026-03-26 16:03:45 +00:00
parent 941e638f8d
commit 586e8bfcd3
2 changed files with 11 additions and 1 deletions

10
changelog.md Normal file
View File

@@ -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

View File

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