chore: release v1.25.1

Patch release from current main.

- bump backend/package.json to 1.25.1
- bump frontend/package.json to 1.25.1
This commit is contained in:
Daniel Volz
2026-05-14 01:46:12 +02:00
committed by GitHub
parent db602d8360
commit 4212469cd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "medassist-ng-backend",
"version": "1.25.0",
"version": "1.25.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "medassist-ng-frontend",
"private": true,
"version": "1.25.0",
"version": "1.25.1",
"type": "module",
"scripts": {
"dev": "vite",