Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ce6ff11c3 | |||
| 5c7aaebaba |
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-04-04 - 2.3.1 - fix(package)
|
||||
update package metadata
|
||||
|
||||
- Adjusts a single package-level metadata entry in the project configuration.
|
||||
|
||||
## 2026-04-04 - 2.3.0 - feat(test)
|
||||
add integration coverage for file storage, compaction, migration, and LocalSmartDb workflows
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartdb",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"private": false,
|
||||
"description": "A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.",
|
||||
"exports": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdb',
|
||||
version: '2.3.0',
|
||||
version: '2.3.1',
|
||||
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user