From e34e303a891e31a33d643fe334db4cdcd9b5875c Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 14 Feb 2022 09:15:28 +0000
Subject: [PATCH] Chore: 1.16.0

# [1.16.0](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/compare/v1.15.2...v1.16.0) (2022-02-14)

### Fix

* Pipeline ([c17ce06](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/commit/c17ce067e05902ee508911261c87e9ddefa6bb67))

### Update

* Bring back public-private selection (coscine/issues#1870) ([fb5ed51](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/commit/fb5ed51de1019c23ea2c4c0b78aea85a1039f159)), closes [coscine/issues#1870](https://git.rwth-aachen.de/coscine/issues/issues/1870)
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index a257013..1fbd936 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.15.2",
+  "version": "1.16.0",
   "main": "dist/index.umd.js",
   "module": "dist/index.common.js",
   "browser": "dist/index.umd.min.js",
@@ -75,5 +75,5 @@
     "url": "https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation.git"
   },
   "license": "MIT",
-  "packageManager": "yarn@3.1.0"
+  "packageManager": "yarn@3.1.1"
 }
-- 
GitLab