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

v4.0.1 => Fix bug on correction update

parent d99e0364
No related branches found
No related tags found
No related merge requests found
Pipeline #32083 passed
...@@ -18,12 +18,17 @@ ...@@ -18,12 +18,17 @@
--> -->
## 4.0.0 (???) ## 4.0.1 (2024-05-14)
### 🐛 Bugfix
- Fix bug on correction update
## 4.0.0 (2024-04-19)
### ✨ Feature ### ✨ Feature
- Add some commands to generate files that will be used for terminal completion (bash, fish and zsh) - Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
- Add `dojo upgrade` command that automatic upgrade the CLI to the latest version (or the latest dev version) - Add `dojo upgrade` command that automatic upgrade the CLI to the latest version (or the latest dev version)
- Add features related to corrige (commentary, commit specific link / update, delete link)
### 🤏 Minor change ### 🤏 Minor change
- Do not add spaces in directory name of repository's clone - Do not add spaces in directory name of repository's clone
......
{ {
"name": "dojo_cli", "name": "dojo_cli",
"version": "4.0.0", "version": "4.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_cli", "name": "dojo_cli",
"version": "4.0.0", "version": "4.0.1",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^0.34.0", "@dotenvx/dotenvx": "^0.34.0",
......
{ {
"name" : "dojo_cli", "name" : "dojo_cli",
"description" : "CLI of the Dojo project", "description" : "CLI of the Dojo project",
"version": "4.0.0", "version" : "4.0.1",
"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",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"lint" : "npx eslint .", "lint" : "npx eslint .",
"genversion" : "npx genversion -s -e src/config/Version.ts", "genversion" : "npx genversion -s -e src/config/Version.ts",
"build" : "npm run genversion; npx tsc", "build" : "npm run genversion; npx tsc",
"start:dev": "npm run genversion; npm run lint; tsc --noEmit && npx tsx dist/app.js", "start:dev" : "npm run genversion; npm run lint; tsc --noEmit && npx tsx src/app.ts",
"test" : "echo \"Error: no test specified\" && exit 1" "test" : "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies" : { "dependencies" : {
......
Subproject commit 4256114048734c2708436cc8505abecdf62fe6df Subproject commit 4011aa146ae4b808da599b8eb0cca2d36e82a52c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment