From fdad4e8af2f2751c95086409bc3b951abffba802 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 21 May 2021 12:22:22 +0000
Subject: [PATCH] Chore: 1.30.0

# [1.30.0](https://git.rwth-aachen.de/coscine/frontend/libraries/api-connection/compare/v1.29.0...v1.30.0) (2021-05-21)

### Update

* Added methods for project invitation handling (coscine/issues#1528) ([ee1741a](https://git.rwth-aachen.de/coscine/frontend/libraries/api-connection/commit/ee1741ae39d08ed407b9e6b6b88dccdf8ee91b19)), closes [coscine/issues#1528](https://git.rwth-aachen.de/coscine/issues/issues/1528)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b986180..6d26316 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/api-connection",
-  "version": "1.29.0",
+  "version": "1.30.0",
   "description": "This library provides methods to connect to CoScInE Apis with JavaScript.",
   "keywords": [
     "coscine",
-- 
GitLab