From 046bb067393e83d0abcb02b44b6f8f2386d83ca7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 18 Mar 2023 07:22:28 +0000 Subject: [PATCH] chore(release): 1.4.0-beta.8 [skip ci] # [1.4.0-beta.8](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.7...1.4.0-beta.8) (2023-03-18) ### Features * **exareme:** Anova two way integration ([008da61](https://gitlab.com/sibmip/gateway/commit/008da61a8c72edbfc1608de34f62739d239ffe3c)) --- 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 843c90c..e00a170 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0-beta.8](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.7...1.4.0-beta.8) (2023-03-18) + + +### Features + +* **exareme:** Anova two way integration ([008da61](https://gitlab.com/sibmip/gateway/commit/008da61a8c72edbfc1608de34f62739d239ffe3c)) + # [1.4.0-beta.7](https://gitlab.com/sibmip/gateway/compare/1.4.0-beta.6...1.4.0-beta.7) (2023-03-11) diff --git a/api/package-lock.json b/api/package-lock.json index 81801ba..a349b3e 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "gateway", - "version": "1.4.0-beta.7", + "version": "1.4.0-beta.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gateway", - "version": "1.4.0-beta.7", + "version": "1.4.0-beta.8", "license": "Apache-2.0", "dependencies": { "@nestjs/apollo": "^10.0.22", diff --git a/api/package.json b/api/package.json index 3016143..8dc40c4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.4.0-beta.7", + "version": "1.4.0-beta.8", "description": "", "author": "", "private": true, -- GitLab