From 46a9ab58d7fa96598c3a5c0ec616d915bbebddd1 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:12 +0100 Subject: [PATCH] Prepare for v3.1.0 --- CHANGELOG.md | 9 ++++++++- ExerciseChecker/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da3f79..f5bbf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,14 @@ - No modifications / Keep major and minors versions in sync with all parts of the project --> -## 3.0.0 (?) + +## 3.1.0 (???) + +### 🔨 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 diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json index 49ac5b2..86fee4a 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.0.1", + "version" : "3.1.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/app.js", -- GitLab