From b0dc37b3f70ea254c6fe1a6ccaba38aeb138846c Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 4 Dec 2020 12:14:33 +0100
Subject: [PATCH] Chore: 1.11.0

# [1.11.0](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.10.1...v1.11.0) (2020-12-04)

### Fix

* Updated dependencies ([1dba22f](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/1dba22f57c0ba03c2d166206065275cbd75ea60d))

### Update

* Discipline & Organization null checks (coscine/issues#1195) ([443f676](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/443f6761deb32ceaaa3e35e4f83840902a91bbb8)), closes [coscine/issues#1195](https://git.rwth-aachen.de/coscine/issues/issues/1195)
* Included text for Project creation ([80eb03e](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/80eb03e7fb3e6660597ccc0c9a9a7b9ebdcc4acd))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f15fa07..286cff8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.10.1",
+  "version": "1.11.0",
   "main": "./dist/index.js",
   "module": "dist/index.esm.js",
   "types": "dist/index.d.ts",
-- 
GitLab