From 1a889f1d83166b1157f598ad594c0489aeb5f55c Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 18 Mar 2023 16:48:15 +0000 Subject: [PATCH] chore(release): 1.4.0-rc.7 [skip ci] # [1.4.0-rc.7](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.6...1.4.0-rc.7) (2023-03-18) ### Bug Fixes * **exareme:** Issue with Linear reg cv result ([35a2ec4](https://gitlab.com/sibmip/gateway/commit/35a2ec4146c038552159bd0847ec0be2384322f6)) * **exareme:** Two way anova handler issue ([c21bdea](https://gitlab.com/sibmip/gateway/commit/c21bdea70ea64864d81c53040dbe27e801c17721)) ### Features * **exareme:** Anova two way integration ([008da61](https://gitlab.com/sibmip/gateway/commit/008da61a8c72edbfc1608de34f62739d239ffe3c)) --- api/CHANGELOG.md | 13 +++++++++++++ api/package-lock.json | 6 +++--- api/package.json | 4 ++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 38babf7..0420988 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.4.0-rc.7](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.6...1.4.0-rc.7) (2023-03-18) + + +### Bug Fixes + +* **exareme:** Issue with Linear reg cv result ([35a2ec4](https://gitlab.com/sibmip/gateway/commit/35a2ec4146c038552159bd0847ec0be2384322f6)) +* **exareme:** Two way anova handler issue ([c21bdea](https://gitlab.com/sibmip/gateway/commit/c21bdea70ea64864d81c53040dbe27e801c17721)) + + +### Features + +* **exareme:** Anova two way integration ([008da61](https://gitlab.com/sibmip/gateway/commit/008da61a8c72edbfc1608de34f62739d239ffe3c)) + # [1.4.0-rc.6](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.5...1.4.0-rc.6) (2023-03-18) diff --git a/api/package-lock.json b/api/package-lock.json index d901216..2423309 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "gateway", - "version": "1.4.0-rc.6", + "version": "1.4.0-rc.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gateway", - "version": "1.4.0-rc.6", + "version": "1.4.0-rc.7", "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 52fb25d..822a188 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.4.0-rc.6", + "version": "1.4.0-rc.7", "description": "", "author": "", "private": true, @@ -164,4 +164,4 @@ } ] } -} \ No newline at end of file +} -- GitLab