2 Commits
Author SHA1 Message Date
Michelle de68314e18 chore: bump version to 2.5.1 in package.json and package-lock.json
Build & Push Docker Image / build (push) Successful in 3m30s
Build & Push Docker Image / build (release) Successful in 3m36s
2026-08-23 17:04:26 +02:00
MichelleandClaude Opus 5 0b6512456b chore: update lockfile with dependency version bumps
Build & Push Docker Image / build (push) Successful in 3m47s
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-23 16:57:25 +02:00
3 changed files with 456 additions and 233 deletions
+454 -231
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "redlight", "name": "redlight",
"private": true, "private": true,
"version": "2.5.0", "version": "2.5.1",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -41,7 +41,7 @@ export function wellKnownHandler(req, res) {
federation_api: '/api/federation', federation_api: '/api/federation',
public_key: getPublicKey(), public_key: getPublicKey(),
software: 'Redlight', software: 'Redlight',
version: '2.5.0', version: '2.5.1',
}); });
} }