From c6a218cd4da046cf606c96b02d99a5a907ddb6f6 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:43 +0200 Subject: [PATCH] Prepare for v3.0.0 --- AssignmentChecker/package.json | 2 +- CHANGELOG.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/AssignmentChecker/package.json b/AssignmentChecker/package.json index 8d91297..7a305b4 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" : "2.2.0", + "version" : "3.0.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/app.js", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f75157..ba42ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +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 -- 🎉 Initial release of the project - -## 0.0.0 \ No newline at end of file +- 🎉 Initial release of the project \ No newline at end of file -- GitLab