From 59eb0d4e06e74e713d3ec59dc7e4ea4968c81006 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Tue, 17 Oct 2023 17:36:52 +0200
Subject: [PATCH] Prepare for v3.0.0

---
 CHANGELOG.md                 | 9 +++++++++
 ExerciseChecker/package.json | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9deade6..0da3f79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,8 +12,17 @@
 
 **💥 Breaking:**
 **⚠️ Deprecation:**
+
+### 🔨 Internal / Developers
+- No modifications / Keep major and minors versions in sync with all parts of the project
 -->
 
+## 3.0.0 (?)
+
+### 🔨 Internal / Developers
+- No modifications / Keep major and minors versions in sync with all parts of the project
+
+
 ## 2.2.0 (2023-10-16)
 
 ### ✨ Feature
diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json
index 4553b1e..bab610d 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"        : "2.2.0",
+    "version"        : "3.0.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
-- 
GitLab