From 7a081c9c6970f32b57299264561f7cd6eb6b8ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss> Date: Tue, 1 Oct 2024 14:16:08 +0200 Subject: [PATCH] Prepare for v5.0.0 --- CHANGELOG.md | 6 ++++++ ExpressAPI/package-lock.json | 4 ++-- ExpressAPI/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb5d79..b5bc8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ - No modifications / Keep major and minors versions in sync with all parts of the project --> +## 5.0.0 (Upcoming) + +### ✨ Feature +- Add possibility of self-host the solution + + ## 4.2.0 (2024-07-05) ### ✨ Feature diff --git a/ExpressAPI/package-lock.json b/ExpressAPI/package-lock.json index 331702e..806d82c 100644 --- a/ExpressAPI/package-lock.json +++ b/ExpressAPI/package-lock.json @@ -1,12 +1,12 @@ { "name": "dojo_backend_api", - "version": "4.2.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dojo_backend_api", - "version": "4.2.0", + "version": "5.0.0", "license": "AGPLv3", "dependencies": { "@dotenvx/dotenvx": "^0.45.0", diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json index f94f1bb..8f2ffb9 100644 --- a/ExpressAPI/package.json +++ b/ExpressAPI/package.json @@ -1,7 +1,7 @@ { "name" : "dojo_backend_api", "description" : "Backend API of the Dojo project", - "version" : "4.2.0", + "version" : "5.0.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/src/app.js", -- GitLab