From 9df6da18dbdf8b236eadd7e15ab730bb82cadbdc Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Tue, 14 Apr 2020 10:40:38 +0200
Subject: [PATCH] Chore: 1.6.0

# [1.6.0](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.5.2...v1.6.0) (2020-04-14)

### New

* Activated features (coscine/issues#672) ([29bcc78c4aec00f107719e87ad8df43ef245d0e2](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/29bcc78c4aec00f107719e87ad8df43ef245d0e2)), closes [coscine/issues#672](https://git.rwth-aachen.de/coscine/issues/issues/672)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d253af8..fc1d6b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.5.2",
+  "version": "1.6.0",
   "main": "./dist/index.js",
   "module": "dist/index.esm.js",
   "types": "dist/index.d.ts",
-- 
GitLab