From 367d0cc369d2c6f8861ec9a87ea16ee1e1cd40c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 12 Dec 2023 17:26:41 +0100 Subject: [PATCH] Prepare for v3.2.0 --- CHANGELOG.md | 7 ++++++- ExpressAPI/package-lock.json | 4 ++-- ExpressAPI/package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 526064f..e50720f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,13 @@ - No modifications / Keep major and minors versions in sync with all parts of the project --> +## 3.2.0 (???) -## 3.1.0 (???) +### 🤏 Minor change +- **Exercices**: Set names of students in exercise name in alphabetical order + + +## 3.1.0 (2023-12-06) ### 🔨 Internal / Developers - **Typescript**: Add linter (ESLint) diff --git a/ExpressAPI/package-lock.json b/ExpressAPI/package-lock.json index 6440e5e..ce2b2f7 100644 --- a/ExpressAPI/package-lock.json +++ b/ExpressAPI/package-lock.json @@ -1,12 +1,12 @@ { "name": "dojo_backend_api", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dojo_backend_api", - "version": "3.1.0", + "version": "3.2.0", "license": "AGPLv3", "dependencies": { "@prisma/client": "^5.6.0", diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json index ad25538..ebf37be 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" : "3.1.3", + "version" : "3.2.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/src/app.js", -- GitLab