From 4fda664fd00815263bbd4ae51fb436739f64c6e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 18 Mar 2023 16:25:43 +0000 Subject: [PATCH] chore(release): 1.4.0-rc.6 [skip ci] # [1.4.0-rc.6](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.5...1.4.0-rc.6) (2023-03-18) ### Bug Fixes * **exareme:** Type issue on algorithm param (integer) ([9628eda](https://gitlab.com/sibmip/gateway/commit/9628edae7a790b4c997fbfa17d4b9d6f947cd92b)), closes [#75](https://gitlab.com/sibmip/gateway/issues/75) --- 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 1dfd882..38babf7 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0-rc.6](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.5...1.4.0-rc.6) (2023-03-18) + + +### Bug Fixes + +* **exareme:** Type issue on algorithm param (integer) ([9628eda](https://gitlab.com/sibmip/gateway/commit/9628edae7a790b4c997fbfa17d4b9d6f947cd92b)), closes [#75](https://gitlab.com/sibmip/gateway/issues/75) + # [1.4.0-rc.5](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.4...1.4.0-rc.5) (2023-03-13) diff --git a/api/package-lock.json b/api/package-lock.json index c25fbd9..66ccbca 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "gateway", - "version": "1.4.0-rc.5", + "version": "1.4.0-rc.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gateway", - "version": "1.4.0-rc.5", + "version": "1.4.0-rc.6", "license": "Apache-2.0", "dependencies": { "@nestjs/apollo": "^10.0.22", diff --git a/api/package.json b/api/package.json index fe98954..a7c08d3 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.4.0-rc.5", + "version": "1.4.0-rc.6", "description": "", "author": "", "private": true, -- GitLab