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

Prepare for 3.5.2

parent 0341416a
Branches
Tags
No related merge requests found
Pipeline #29706 passed
...@@ -18,13 +18,19 @@ ...@@ -18,13 +18,19 @@
--> -->
## 3.5.1 (???) ## 3.5.2 (???)
### 🔨 Internal / Developers
- Move all gitlab API calls to GitBreaker library
## 3.5.1 (2023-02-22)
### 🐛 Bugfix ### 🐛 Bugfix
- Corrections: Take the exercise last commit instead of the assignment last commit - Corrections: Take the exercise last commit instead of the assignment last commit
## 3.5.0 (???) ## 3.5.0 (2023-02-21)
### ✨ Feature ### ✨ Feature
- Link a commit of an exercise as a corrige of an assignment - Link a commit of an exercise as a corrige of an assignment
......
{ {
"name": "dojo_backend_api", "name": "dojo_backend_api",
"version": "3.5.1", "version": "3.5.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_backend_api", "name": "dojo_backend_api",
"version": "3.5.1", "version": "3.5.2",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"@gitbeaker/rest": "^39.34.2", "@gitbeaker/rest": "^39.34.2",
......
{ {
"name" : "dojo_backend_api", "name" : "dojo_backend_api",
"description" : "Backend API of the Dojo project", "description" : "Backend API of the Dojo project",
"version" : "3.5.1", "version" : "3.5.2",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/src/app.js", "main" : "dist/src/app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment