From 50e5ae672a7976ad1c295dc59e4ad3283abe3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Mon, 26 Feb 2024 16:27:24 +0100 Subject: [PATCH] Move from v3.5.1 to 3.6.0 --- CHANGELOG.md | 13 ++++++++++--- NodeApp/package-lock.json | 4 ++-- NodeApp/package.json | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db44829..b50b542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,16 +18,23 @@ --> -## 3.5.1 (???) +## 3.6.0 (???) ### ✨ Feature -- **CLI**: 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 to open the browser on the latest release page +- Add features related to corrige (commentary, commit specific link / update, delete link) ### 🎨 Interface -- **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden) +- Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden) ### 🔨 Internal / Developers - SonarQube integration +- Migration to GitBreaker library for all Gitlab API calls +- Dependencies update + +### 🐛 Bugfix +- Fix no response when Authorization header is missing ## 3.5.0 (2024-02-21) diff --git a/NodeApp/package-lock.json b/NodeApp/package-lock.json index e5f1fc0..1337801 100644 --- a/NodeApp/package-lock.json +++ b/NodeApp/package-lock.json @@ -1,12 +1,12 @@ { "name": "dojo_cli", - "version": "3.5.1", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dojo_cli", - "version": "3.5.1", + "version": "3.6.0", "license": "AGPLv3", "dependencies": { "@gitbeaker/rest": "^39.34.3", diff --git a/NodeApp/package.json b/NodeApp/package.json index 7fecfbf..06adaf3 100644 --- a/NodeApp/package.json +++ b/NodeApp/package.json @@ -1,7 +1,7 @@ { "name" : "dojo_cli", "description" : "CLI of the Dojo project", - "version" : "3.5.1", + "version" : "3.6.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/app.js", -- GitLab