From 7c782e59339a6e74e53fd4b63d3f6cae8bb43bff Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 11 Mar 2023 10:24:29 +0000 Subject: [PATCH] chore(release): 1.4.0-beta.6 [skip ci] # [1.4.0-beta.6](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.5...1.4.0-beta.6) (2023-03-11) ### Bug Fixes * **issue-72:** Pearson correlation algorithm ([b46f0eb](https://gitlab.com/sibmip/gateway/commit/b46f0ebc77e9c9578c199ee9c2a28b0cb5ec4726)) --- 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 519af0c..d865247 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0-beta.6](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.5...1.4.0-beta.6) (2023-03-11) + + +### Bug Fixes + +* **issue-72:** Pearson correlation algorithm ([b46f0eb](https://gitlab.com/sibmip/gateway/commit/b46f0ebc77e9c9578c199ee9c2a28b0cb5ec4726)) + # [1.4.0-beta.5](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.4...1.4.0-beta.5) (2023-02-01) diff --git a/api/package-lock.json b/api/package-lock.json index e235558..b47df82 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "gateway", - "version": "1.4.0-beta.5", + "version": "1.4.0-beta.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gateway", - "version": "1.4.0-beta.5", + "version": "1.4.0-beta.6", "license": "Apache-2.0", "dependencies": { "@nestjs/apollo": "^10.0.22", diff --git a/api/package.json b/api/package.json index 103dbe5..79fdea4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.4.0-beta.5", + "version": "1.4.0-beta.6", "description": "", "author": "", "private": true, -- GitLab