From e5b48162f68c3d1af929d8c5e63299e29e56997b Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 8 Nov 2021 08:47:26 +0000
Subject: [PATCH] Chore: 1.15.1

## [1.15.1](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/compare/v1.15.0...v1.15.1) (2021-11-08)

### Fix

* Update Dependencies ([6f1ddd9](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/commit/6f1ddd949029be47f07fb8e4271ffdab02a94a24))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 81cfd31..fdf22ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.15.0",
+  "version": "1.15.1",
   "main": "dist/index.umd.js",
   "module": "dist/index.common.js",
   "browser": "dist/index.umd.min.js",
-- 
GitLab