From d68a60dd889a7cc56c2abb9dcdd523e49c8869cb Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 10 May 2021 06:46:25 +0000
Subject: [PATCH] Chore: 1.13.2

## [1.13.2](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/compare/v1.13.1...v1.13.2) (2021-05-10)

### Fix

* Fixed project creation spinner ([ca41ae5](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/commit/ca41ae594be6222275aad14309e75e915c453019))
* Updated dependencies ([00bf5c9](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/commit/00bf5c9945465d709478abfed1bcc3072fd8308c))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index ea85246..df2be51 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.13.1",
+  "version": "1.13.2",
   "main": "dist/index.umd.js",
   "module": "dist/index.common.js",
   "browser": "dist/index.umd.min.js",
-- 
GitLab