From 4cd2d8aca6286b3fb1ddc43044cb6dca59bbbc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 9 Nov 2023 19:04:54 +0100 Subject: [PATCH] CHANGELOG => Add upcoming 3.1.0 version --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b40d9e..45692c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,23 @@ **⚠️ Deprecation:** --> -## 3.0.0 (?) + +## 3.1.0 (???) + +### ✨ Feature +- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) + +### 🔨 Internal / Developers +- **Typescript**: Add linter (ESLint) + +### 📚 Documentation +- **API**: Routes documentation with Swagger + +### 🐛 Bugfix +- **CLI**: Fix error messages when not logged in + + +## 3.0.0 (2023-11-03) ### ✨ Feature - Login to Dojo app via Gitlab OAuth -- GitLab