From 3aa57a09927f1c56718b4e7607f3a9a94be2f0e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 18 Jan 2024 21:16:27 +0100
Subject: [PATCH] Prepare for v3.4.0

---
 CHANGELOG.md                 | 8 +++++++-
 ExpressAPI/package-lock.json | 7 ++++---
 ExpressAPI/package.json      | 2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fdfe2d..efd326e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,13 @@
 -->
 
 
-## 3.3.0 (???)
+## 3.4.0 (???)
+
+### ✨ Feature
+- Limit of 2 exercises by user
+
+
+## 3.3.0 (2023-01-18)
 
 ### ✨ Feature
 - **CLI**: Show an information message when a new version of the CLI is available (and not required)
diff --git a/ExpressAPI/package-lock.json b/ExpressAPI/package-lock.json
index 1366d30..d8a32dc 100644
--- a/ExpressAPI/package-lock.json
+++ b/ExpressAPI/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_backend_api",
-    "version": "3.3.0",
+    "version": "3.4.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_backend_api",
-            "version": "3.3.0",
+            "version": "3.4.0",
             "license": "AGPLv3",
             "dependencies": {
                 "@prisma/client": "^5.8.1",
@@ -8877,7 +8877,8 @@
             "version": "0.2.0",
             "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
             "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
-            "dev": true
+            "dev": true,
+            "peer": true
         },
         "node_modules/through": {
             "version": "2.3.8",
diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json
index 87fcbb9..3dd5638 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.3.0",
+    "version"        : "3.4.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/src/app.js",
-- 
GitLab