From 1ceb0b7433130c3771d9b99c847c66c160ef0b2f Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 28 Oct 2022 13:23:33 +0000 Subject: [PATCH] Chore: 2.7.0 # [2.7.0](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/compare/v2.6.0...v2.7.0) (2022-10-28) ### Fix * Deps ([f85b698](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/f85b6984d1a585cf179891a0c99fb9243fc7726a)) * Removed coverageThreshold ([2a49d8a](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/2a49d8a379bff3b7a9fadd2f18cb66b790e3fd07)) ### New * GitLab Resource Type Methods ([a91e1ce](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/a91e1ce0e2472cde2f820598e3c23ad6bc8746d8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42c25b7..098a195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/api-client", - "version": "2.6.0", + "version": "2.7.0", "description": "This project contains the generated api connection classes.", "keywords": [ "coscine", -- GitLab