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

Prepare for v3.4.2

parent 52f322fa
Branches
Tags
No related merge requests found
Pipeline #29250 passed
...@@ -18,7 +18,16 @@ ...@@ -18,7 +18,16 @@
--> -->
## 3.4.0 (???) ## 3.4.2 (2024-01-23)
### 🐛 Bugfix
- Fix description of the unpublish command in the CLI help
### 📚 Documentation
- Wiki: add tutorial about adding a new command to the CLI
## 3.4.1 (2024-01-23)
### ✨ Feature ### ✨ Feature
- Limit of 2 exercises by user - Limit of 2 exercises by user
......
{ {
"name": "dojo_cli", "name": "dojo_cli",
"version": "3.4.1", "version": "3.4.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_cli", "name": "dojo_cli",
"version": "3.4.1", "version": "3.4.2",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"appdata-path": "^1.0.0", "appdata-path": "^1.0.0",
......
{ {
"name" : "dojo_cli", "name" : "dojo_cli",
"description" : "CLI of the Dojo project", "description" : "CLI of the Dojo project",
"version" : "3.4.1", "version" : "3.4.2",
"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