diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc84d8325c494b83140225a5efc7b7cb695ce27..9cbd1fd887b00b37ae048163ead2fca38283258b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,13 @@ --> -## 3.5.0 (???) +## 3.6.0 (???) + +### 🔨 Internal / Developers +- SonarQube integration +- Migration to GitBreaker library for all Gitlab API calls +- Dependencies update + ## 3.5.0 (2024-02-26) - No modifications / Keep major and minors versions in sync with all parts of the project @@ -36,7 +42,6 @@ ## 3.2.0 (2024-12-19) - No modifications / Keep major and minors versions in sync with all parts of the project -No changes on this part of the project ## 3.1.0 (2023-12-06) diff --git a/ExerciseChecker/package-lock.json b/ExerciseChecker/package-lock.json index 0c18bdb6c9571675fd7b9c18aea0f027566f2e04..a46309f4872c72e2208182c4a39d0269676e88c2 100644 --- a/ExerciseChecker/package-lock.json +++ b/ExerciseChecker/package-lock.json @@ -1,12 +1,12 @@ { "name": "dojo_exercise_checker", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dojo_exercise_checker", - "version": "3.5.0", + "version": "3.6.0", "license": "AGPLv3", "dependencies": { "axios": "^1.6.5", diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json index 6cb12c8108325cbe8cd0c55252827f7a48f73f32..2331fbbc4014026023e80ff53c501ddcab998c42 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.5.0", + "version" : "3.6.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/app.js",