Skip to content
Snippets Groups Projects
Commit d4528fd1 authored by michael.minelli's avatar michael.minelli
Browse files

Prepare for v6.0.0

parent ea935321
Branches
No related merge requests found
Pipeline #38024 passed
...@@ -17,10 +17,20 @@ ...@@ -17,10 +17,20 @@
- No modifications / Keep major and minors versions in sync with all parts of the project - No modifications / Keep major and minors versions in sync with all parts of the project
--> -->
## 5.0.0 (Upcoming)
## 6.0.0 (Upcoming)
### ✨ Feature
- Add SonarQube integration for exercises (thanks to @joel.vonderwe)
### 🔨 Internal / Developers
- Major dependencies update
## 5.0.0 (2024-10-21)
### ✨ Feature ### ✨ Feature
- Add possibility of self host the solution - Add possibility of self-host the solution
## 4.2.0 (2024-07-05) ## 4.2.0 (2024-07-05)
......
{ {
"name": "dojo_exercise_checker", "name": "dojo_exercise_checker",
"version": "5.0.0", "version": "6.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_exercise_checker", "name": "dojo_exercise_checker",
"version": "5.0.0", "version": "6.0.0",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^0.45.0", "@dotenvx/dotenvx": "^0.45.0",
......
{ {
"name" : "dojo_exercise_checker", "name" : "dojo_exercise_checker",
"description" : "App that check an exercise of the Dojo project", "description" : "App that check an exercise of the Dojo project",
"version" : "5.0.0", "version" : "6.0.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/app.js", "main" : "dist/app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment