From 101797d6cc4fc723ba95cd38b25ea0a8644d8a00 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 18 Mar 2023 08:20:22 +0000
Subject: [PATCH] chore(release): 1.4.0-beta.10 [skip ci]

# [1.4.0-beta.10](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.9...1.4.0-beta.10) (2023-03-18)

### Bug Fixes

* **exareme:** Issue with Linear reg cv result ([35a2ec4](https://gitlab.com/sibmip/gateway/commit/35a2ec4146c038552159bd0847ec0be2384322f6))
---
 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 fde556d..387c9a6 100644
--- a/api/CHANGELOG.md
+++ b/api/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.4.0-beta.10](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.9...1.4.0-beta.10) (2023-03-18)
+
+
+### Bug Fixes
+
+* **exareme:** Issue with Linear reg cv result ([35a2ec4](https://gitlab.com/sibmip/gateway/commit/35a2ec4146c038552159bd0847ec0be2384322f6))
+
 # [1.4.0-beta.9](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.8...1.4.0-beta.9) (2023-03-18)
 
 
diff --git a/api/package-lock.json b/api/package-lock.json
index b7b4cba..f207afb 100644
--- a/api/package-lock.json
+++ b/api/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gateway",
-  "version": "1.4.0-beta.9",
+  "version": "1.4.0-beta.10",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "gateway",
-      "version": "1.4.0-beta.9",
+      "version": "1.4.0-beta.10",
       "license": "Apache-2.0",
       "dependencies": {
         "@nestjs/apollo": "^10.0.22",
diff --git a/api/package.json b/api/package.json
index 215e83d..1db05a1 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gateway",
-  "version": "1.4.0-beta.9",
+  "version": "1.4.0-beta.10",
   "description": "",
   "author": "",
   "private": true,
-- 
GitLab