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

Prepare for v3.2.0

parent 5b48c389
No related branches found
No related tags found
No related merge requests found
Pipeline #27224 passed
{ {
"name": "dojo_assignment_checker", "name": "dojo_assignment_checker",
"version": "3.1.0", "version": "3.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_assignment_checker", "name": "dojo_assignment_checker",
"version": "3.1.0", "version": "3.2.0",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"ajv": "^8.12.0", "ajv": "^8.12.0",
......
{ {
"name" : "dojo_assignment_checker", "name" : "dojo_assignment_checker",
"description" : "App that check an assignment of the Dojo project", "description" : "App that check an assignment of the Dojo project",
"version" : "3.1.0", "version" : "3.2.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",
......
...@@ -17,12 +17,14 @@ ...@@ -17,12 +17,14 @@
- 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
--> -->
## 3.2.0 (???)
## 3.1.0 (???)
### ✨ Feature ### ✨ Feature
- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) - **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)
## 3.1.0 (2023-12-06)
### 🔨 Internal / Developers ### 🔨 Internal / Developers
- **Typescript**: Add linter (ESLint) - **Typescript**: Add linter (ESLint)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment