From 69f2f92050516d8acf63be51f4e28db0fb92dcde Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sun, 12 Mar 2023 12:34:28 +0000
Subject: [PATCH] chore(release): 1.4.0-rc.4 [skip ci]

# [1.4.0-rc.4](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.3...1.4.0-rc.4) (2023-03-12)

### Bug Fixes

* **issue-71:** Logitistic regression cv matrix ([a51616d](https://gitlab.com/sibmip/gateway/commit/a51616d34830a410fc01baae51349435c1777764))
* **issue-72:** Pearson correlation algorithm ([b46f0eb](https://gitlab.com/sibmip/gateway/commit/b46f0ebc77e9c9578c199ee9c2a28b0cb5ec4726))
---
 api/CHANGELOG.md      | 8 ++++++++
 api/package-lock.json | 6 +++---
 api/package.json      | 4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md
index 3f2453b..2911649 100644
--- a/api/CHANGELOG.md
+++ b/api/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [1.4.0-rc.4](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.3...1.4.0-rc.4) (2023-03-12)
+
+
+### Bug Fixes
+
+* **issue-71:** Logitistic regression cv matrix ([a51616d](https://gitlab.com/sibmip/gateway/commit/a51616d34830a410fc01baae51349435c1777764))
+* **issue-72:** Pearson correlation algorithm ([b46f0eb](https://gitlab.com/sibmip/gateway/commit/b46f0ebc77e9c9578c199ee9c2a28b0cb5ec4726))
+
 # [1.4.0-rc.3](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.2...1.4.0-rc.3) (2023-02-09)
 
 
diff --git a/api/package-lock.json b/api/package-lock.json
index b1be60e..1ec6836 100644
--- a/api/package-lock.json
+++ b/api/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gateway",
-  "version": "1.4.0-rc.3",
+  "version": "1.4.0-rc.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "gateway",
-      "version": "1.4.0-rc.3",
+      "version": "1.4.0-rc.4",
       "license": "Apache-2.0",
       "dependencies": {
         "@nestjs/apollo": "^10.0.22",
@@ -28320,4 +28320,4 @@
       "dev": true
     }
   }
-}
\ No newline at end of file
+}
diff --git a/api/package.json b/api/package.json
index 45e009c..29686f6 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gateway",
-  "version": "1.4.0-rc.3",
+  "version": "1.4.0-rc.4",
   "description": "",
   "author": "",
   "private": true,
@@ -164,4 +164,4 @@
       }
     ]
   }
-}
\ No newline at end of file
+}
-- 
GitLab