Merge pull request 'chore: bump version to 1.5.0' (#52) from feat/jobs-system into dev
All checks were successful
CI / test (push) Successful in 14s
CI / build-dev (push) Successful in 38s
CI / test (pull_request) Successful in 13s
CI / build-dev (pull_request) Has been skipped

Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
2026-03-28 19:49:19 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
const VERSION = "1.4.0"; const VERSION = "1.5.0";

View File

@@ -1,6 +1,6 @@
{ {
"name": "catalyst", "name": "catalyst",
"version": "1.4.0", "version": "1.5.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "node server/server.js", "start": "node server/server.js",