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

Prepare for v3.4.0

parent f728df9f
No related branches found
No related tags found
No related merge requests found
Pipeline #29015 passed
......@@ -18,7 +18,13 @@
-->
## 3.3.0 (???)
## 3.4.0 (???)
### ✨ Feature
- Limit of 2 exercises by user
## 3.3.0 (2023-01-18)
### ✨ Feature
- **CLI**: Show an information message when a new version of the CLI is available (and not required)
......
{
"name": "dojo_backend_api",
"version": "3.3.0",
"version": "3.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dojo_backend_api",
"version": "3.3.0",
"version": "3.4.0",
"license": "AGPLv3",
"dependencies": {
"@prisma/client": "^5.8.1",
......@@ -8877,7 +8877,8 @@
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
"dev": true
"dev": true,
"peer": true
},
"node_modules/through": {
"version": "2.3.8",
......
{
"name" : "dojo_backend_api",
"description" : "Backend API of the Dojo project",
"version" : "3.3.0",
"version" : "3.4.0",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"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