From 91ca2394d5749fecc98f5ba20c9673ff4a1a9f30 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 22 Sep 2022 13:49:38 +0000
Subject: [PATCH] chore(release): 1.1.0-beta.7 [skip ci]

# [1.1.0-beta.7](https://gitlab.com/sibmip/gateway/compare/1.1.0-beta.6...1.1.0-beta.7) (2022-09-22)

### Bug Fixes

* **exareme2:** Issue with paired t-test ([e8f84b7](https://gitlab.com/sibmip/gateway/commit/e8f84b7648986914e387f5969f30213435210dcc))
---
 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 7d20adb..7ad5e7d 100644
--- a/api/CHANGELOG.md
+++ b/api/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.1.0-beta.7](https://gitlab.com/sibmip/gateway/compare/1.1.0-beta.6...1.1.0-beta.7) (2022-09-22)
+
+
+### Bug Fixes
+
+* **exareme2:** Issue with paired t-test ([e8f84b7](https://gitlab.com/sibmip/gateway/commit/e8f84b7648986914e387f5969f30213435210dcc))
+
 # [1.1.0-beta.6](https://gitlab.com/sibmip/gateway/compare/1.1.0-beta.5...1.1.0-beta.6) (2022-09-21)
 
 
diff --git a/api/package-lock.json b/api/package-lock.json
index 8f2c9f6..045749c 100644
--- a/api/package-lock.json
+++ b/api/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gateway",
-  "version": "1.1.0-beta.6",
+  "version": "1.1.0-beta.7",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "gateway",
-      "version": "1.1.0-beta.6",
+      "version": "1.1.0-beta.7",
       "license": "UNLICENSED",
       "dependencies": {
         "@nestjs/apollo": "^10.0.22",
diff --git a/api/package.json b/api/package.json
index 16f2fd5..19faba8 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gateway",
-  "version": "1.1.0-beta.6",
+  "version": "1.1.0-beta.7",
   "description": "",
   "author": "",
   "private": true,
-- 
GitLab