From ee569d73e5132143efb309fccbfa0883ca41d242 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 9 May 2022 09:18:04 +0000
Subject: [PATCH] Chore: 2.0.0

# [2.0.0](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/compare/v1.5.2...v2.0.0) (2022-05-09)

### Breaking

* Removed loading indicator from local storage + clean up ([bf6b890](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/bf6b8905c7332c552c9c32aebc6a80df76cde544))

### BREAKING

* Removed loading indicator from local storage + clean up ([39b86c8](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/39b86c83ed4cbb144774792819ebc6f05d01a081))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a86606d..ee4f682 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/api-client",
-  "version": "1.5.2",
+  "version": "2.0.0",
   "description": "This project contains the generated api connection classes.",
   "keywords": [
     "coscine",
-- 
GitLab