From 75a3fd4cd76abbf5aafe25bdcdc7ca0fcb1af6b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Wed, 21 Feb 2024 00:29:15 +0100
Subject: [PATCH] Prepare for v3.5.0

---
 CHANGELOG.md                      | 8 +++++++-
 ExerciseChecker/package-lock.json | 4 ++--
 ExerciseChecker/package.json      | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99fc20f..007f769 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,13 @@
 -->
 
 
-## 3.4.0 (???)
+## 3.5.0 (???)
+
+### ✨ Feature
+- No modifications / Keep major and minors versions in sync with all parts of the project
+
+
+## 3.4.0 (2023-01-23)
 - No modifications / Keep major and minors versions in sync with all parts of the project
 
 
diff --git a/ExerciseChecker/package-lock.json b/ExerciseChecker/package-lock.json
index acc0da4..0c18bdb 100644
--- a/ExerciseChecker/package-lock.json
+++ b/ExerciseChecker/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_exercise_checker",
-    "version": "3.4.0",
+    "version": "3.5.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_exercise_checker",
-            "version": "3.4.0",
+            "version": "3.5.0",
             "license": "AGPLv3",
             "dependencies": {
                 "axios": "^1.6.5",
diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json
index 191bed0..6cb12c8 100644
--- a/ExerciseChecker/package.json
+++ b/ExerciseChecker/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_exercise_checker",
     "description"    : "App that check an exercise of the Dojo project",
-    "version"        : "3.4.0",
+    "version"        : "3.5.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
-- 
GitLab