From 0691f547dc8471f5af9b25b7cf146e87aafd002b Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 11 Mar 2023 17:00:57 +0000
Subject: [PATCH] chore(release): 1.4.0-beta.7 [skip ci]

# [1.4.0-beta.7](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.6...1.4.0-beta.7) (2023-03-11)

### Bug Fixes

* **issue-71:** Logitistic regression cv matrix ([a51616d](https://gitlab.com/sibmip/gateway/commit/a51616d34830a410fc01baae51349435c1777764))
---
 api/CHANGELOG.md      | 7 +++++++
 api/package-lock.json | 4 ++--
 api/package.json      | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md
index d865247..843c90c 100644
--- a/api/CHANGELOG.md
+++ b/api/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.4.0-beta.7](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.6...1.4.0-beta.7) (2023-03-11)
+
+
+### Bug Fixes
+
+* **issue-71:** Logitistic regression cv matrix ([a51616d](https://gitlab.com/sibmip/gateway/commit/a51616d34830a410fc01baae51349435c1777764))
+
 # [1.4.0-beta.6](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.5...1.4.0-beta.6) (2023-03-11)
 
 
diff --git a/api/package-lock.json b/api/package-lock.json
index b47df82..81801ba 100644
--- a/api/package-lock.json
+++ b/api/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gateway",
-  "version": "1.4.0-beta.6",
+  "version": "1.4.0-beta.7",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "gateway",
-      "version": "1.4.0-beta.6",
+      "version": "1.4.0-beta.7",
       "license": "Apache-2.0",
       "dependencies": {
         "@nestjs/apollo": "^10.0.22",
diff --git a/api/package.json b/api/package.json
index 79fdea4..3016143 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gateway",
-  "version": "1.4.0-beta.6",
+  "version": "1.4.0-beta.7",
   "description": "",
   "author": "",
   "private": true,
-- 
GitLab