From d69eaffae1c632be792037aed405fdd5d829e5f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 9 Nov 2023 19:15:22 +0100
Subject: [PATCH] Prepare for v3.1.0

---
 AssignmentChecker/package.json |  2 +-
 CHANGELOG.md                   | 12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/AssignmentChecker/package.json b/AssignmentChecker/package.json
index 7a305b4..68dc622 100644
--- a/AssignmentChecker/package.json
+++ b/AssignmentChecker/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_assignment_checker",
     "description"    : "App that check an assignment of the Dojo project",
-    "version"        : "3.0.0",
+    "version"        : "3.1.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba42ed5..d8ca531 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,17 @@
 - No modifications / Keep major and minors versions in sync with all parts of the project
 -->
 
-## 3.0.0 (?)
+
+## 3.1.0 (???)
+
+### ✨ Feature
+- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)
+
+### 🔨 Internal / Developers
+- **Typescript**: Add linter (ESLint)
+
+
+## 3.0.0 (2023-11-03)
 
 ### 🔨 Internal / Developers
 - No modifications / Keep major and minors versions in sync with all parts of the project
-- 
GitLab