From 1a8ce6a8622d1f522440d411ed2deb46020a042e Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 9 Feb 2023 12:45:58 +0000 Subject: [PATCH] chore(release): 1.4.0-rc.2 [skip ci] # [1.4.0-rc.2](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.1...1.4.0-rc.2) (2023-02-09) ### Bug Fixes * **Exareme2:** Fixed histogram enumeration casting ([6f2c26b](https://gitlab.com/sibmip/gateway/commit/6f2c26bd01f548796be097a0ebad41c8cf10535b)) * linter cleanup ([a07ef93](https://gitlab.com/sibmip/gateway/commit/a07ef936f199ecc90d5c8f321b5e09a1d517fd64)) --- api/CHANGELOG.md | 8 ++++++++ api/package-lock.json | 4 ++-- api/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 0e91cfc..f52bf91 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.4.0-rc.2](https://gitlab.com/sibmip/gateway/compare/1.4.0-rc.1...1.4.0-rc.2) (2023-02-09) + + +### Bug Fixes + +* **Exareme2:** Fixed histogram enumeration casting ([6f2c26b](https://gitlab.com/sibmip/gateway/commit/6f2c26bd01f548796be097a0ebad41c8cf10535b)) +* linter cleanup ([a07ef93](https://gitlab.com/sibmip/gateway/commit/a07ef936f199ecc90d5c8f321b5e09a1d517fd64)) + # [1.4.0-rc.1](https://gitlab.com/sibmip/gateway/compare/1.3.0...1.4.0-rc.1) (2023-02-06) diff --git a/api/package-lock.json b/api/package-lock.json index d7838d2..5914729 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "gateway", - "version": "1.4.0-rc.1", + "version": "1.4.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gateway", - "version": "1.4.0-rc.1", + "version": "1.4.0-rc.2", "license": "Apache-2.0", "dependencies": { "@nestjs/apollo": "^10.0.22", diff --git a/api/package.json b/api/package.json index f718ffa..06b56af 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.4.0-rc.1", + "version": "1.4.0-rc.2", "description": "", "author": "", "private": true, -- GitLab