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

Prepare for v3.4.0

parent 1a8c8408
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,19 @@ ...@@ -18,7 +18,19 @@
--> -->
## 3.3.0 (???) ## 3.4.0 (???)
### ✨ Feature
- Limit of 2 exercises by user
### 🔨 Internal / Developers
- **CLI**: Suffix package and binaries with version name
### 🐛 Bugfix
- **CLI CI/CD**: Fix deletion of packages on release
## 3.3.0 (2023-01-18)
### ✨ Feature ### ✨ Feature
- Add a run command on assignment (to run the assignment as an exercise) - Add a run command on assignment (to run the assignment as an exercise)
......
{ {
"name": "dojo_cli", "name": "dojo_cli",
"version": "3.3.0", "version": "3.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_cli", "name": "dojo_cli",
"version": "3.3.0", "version": "3.4.0",
"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.3.0", "version" : "3.4.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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment