chore: release v2.0.0

🔖 Version 2.0.0

###  Features
- ENV-Struktur massiv vereinfacht (Phase 6)
- Add consent change and deletion notifications (Phase 4)
- Add upload notifications to Telegram Bot (Phase 3)
- Add TelegramNotificationService (Phase 2)
- Add Telegram Bot standalone test (Phase 1)
- Add Telegram notification feature request and improve prod.sh Docker registry push

### 🔧 Chores
- Add package.json for Telegram test scripts
This commit is contained in:
Matthias Lotz 2025-11-30 14:11:19 +01:00
parent 46198ddfdd
commit 27d8c73b5f
7 changed files with 22 additions and 8 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## [2.0.0] - 2025-11-30
### ✨ Features
- ENV-Struktur massiv vereinfacht (Phase 6)
- Add consent change and deletion notifications (Phase 4)
- Add upload notifications to Telegram Bot (Phase 3)
- Add TelegramNotificationService (Phase 2)
- Add Telegram Bot standalone test (Phase 1)
- Add Telegram notification feature request and improve prod.sh Docker registry push
### 🔧 Chores
- Add package.json for Telegram test scripts
## [1.10.2] - 2025-11-29
### ✨ Features

View File

@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "Project Image Uploader API",
"version": "1.10.2",
"version": "2.0.0",
"description": "Auto-generated OpenAPI spec with correct mount prefixes"
},
"servers": [

View File

@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.10.2",
"version": "2.0.0",
"description": "",
"main": "src/index.js",
"scripts": {

View File

@ -16,7 +16,7 @@ const endpointsFiles = routerMappings.map(r => path.join(routesDir, r.file));
const doc = {
info: {
title: 'Project Image Uploader API',
version: '1.10.2',
version: '2.0.0',
description: 'Auto-generated OpenAPI spec with correct mount prefixes'
},
host: 'localhost:5001',

View File

@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "1.10.2",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "1.10.2",
"version": "2.0.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.10.2",
"version": "2.0.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.3.1",

4
package-lock.json generated
View File

@ -13,7 +13,7 @@
]
},
"backend": {
"version": "1.10.2",
"version": "2.0.0",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.3",
@ -9663,7 +9663,7 @@
}
},
"frontend": {
"version": "1.10.2",
"version": "2.0.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",