chore: version 2.0.0-alpha.3 + changelog

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-01 04:00:32 +10:00
parent 2ad4a32b3a
commit a02a96ea5f
4 changed files with 47 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import * as queue from './lib/jobs/queue.js';
import { registerWorkers } from './lib/jobs/index.js';
import { router as ingestRouter } from './lib/api/routes/ingest.js';
const VERSION = '2.0.0-alpha.2';
const VERSION = '2.0.0-alpha.3';
export function createApp() {
const app = express();