Skip to content

Commit 619fcec

Browse files
chore: Release v0.3.21 - Auth database schema complete
- Added password_hash column to both PostgreSQL and SQLite schemas - Added database migrations for existing tables - Updated version to 0.3.21
1 parent 2164b8a commit 619fcec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import Database from 'better-sqlite3';
4747
import { join } from 'path';
4848
import { existsSync, mkdirSync } from 'fs';
4949

50-
const VERSION = '0.3.20';
50+
const VERSION = '0.3.21';
5151

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

0 commit comments

Comments
 (0)