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

Prepare for v3.2.0

parent 41ca8e50
No related branches found
No related tags found
No related merge requests found
Pipeline #27225 passed
......@@ -17,8 +17,20 @@
- No modifications / Keep major and minors versions in sync with all parts of the project
-->
## 3.2.0 (???)
## 3.1.0 (???)
### ✨ Feature
- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)
- **CLI**: Add possibility to clone a repository at creation
### 🤏 Minor change
- **Exercices**: Set names of students in exercise name in alphabetical order
### 🐛 Bugfix
- **CLI**: Show a correct error message when the user is not logged into the Dojo server
## 3.1.0 (2023-12-06)
### 🔨 Internal / Developers
- **Typescript**: Add linter (ESLint)
......
{
"name": "dojo_cli",
"version": "3.1.2",
"version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dojo_cli",
"version": "3.1.2",
"version": "3.2.0",
"license": "AGPLv3",
"dependencies": {
"ajv": "^8.12.0",
......
{
"name" : "dojo_cli",
"description" : "CLI of the Dojo project",
"version" : "3.1.2",
"version" : "3.2.0",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"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