Skip to content
Snippets Groups Projects
Commit 6044a849 authored by joel.vonderwe's avatar joel.vonderwe
Browse files

Merge branch 'jw_sonar' of...

parents 0ed82a22 490fce0e
No related branches found
No related tags found
No related merge requests found
Pipeline #33119 failed
......@@ -18,18 +18,24 @@
-->
## 3.4.0 (???)
## 3.5.0 (???)
## 3.5.0 (2024-02-26)
- No modifications / Keep major and minors versions in sync with all parts of the project
## 3.4.0 (2024-01-23)
- No modifications / Keep major and minors versions in sync with all parts of the project
## 3.3.0 (2023-01-18)
## 3.3.0 (2024-01-18)
### ✨ Feature
- Add a new optional field on `results.json` file to provide some flexible informations display for the teaching staff
## 3.2.0 (2023-12-19)
## 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
......
{
"name": "dojo_exercise_checker",
"version": "3.4.0",
"version": "3.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dojo_exercise_checker",
"version": "3.4.0",
"version": "3.5.0",
"license": "AGPLv3",
"dependencies": {
"@gitbeaker/rest": "^40.0.3",
......
{
"name": "dojo_exercise_checker",
"description": "App that check an exercise of the Dojo project",
"version": "3.4.0",
"license": "AGPLv3",
"author": "Michaël Minelli <dojo@minelli.me>",
"main": "dist/app.js",
"bin": {
"name" : "dojo_exercise_checker",
"description" : "App that check an exercise of the Dojo project",
"version" : "3.5.0",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/app.js",
"bin" : {
"dirmanager": "./dist/app.js"
},
"pkg": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment