Skip to content

Commit c376c6c

Browse files
chore: Release v0.5.3 - Add sweep tests, fix timeouts
1 parent f83a1d8 commit c376c6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Lossless memory runtime for AI coding tools - organizes context as a call stack instead of linear chat logs, with team collaboration and infinite retention",
55
"engines": {
66
"node": ">=20.0.0",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import {
6161
getStorageModeDescription,
6262
} from '../core/config/storage-config.js';
6363

64-
const VERSION = '0.5.2';
64+
const VERSION = '0.5.3';
6565

6666
// Check for updates on CLI startup
6767
UpdateChecker.checkForUpdates(VERSION, true).catch(() => {

0 commit comments

Comments
 (0)