From e88b129493dc5628be0ceae1a0b82bcbd934c880 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 24 Apr 2020 12:57:12 +0200
Subject: [PATCH] Chore: 1.7.0

# [1.7.0](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.6.1...v1.7.0) (2020-04-24)

### Update

* Change Institute to Organization (coscine/issues#712) ([cc26c16675371d221669f2738df429efec51ad20](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/cc26c16675371d221669f2738df429efec51ad20)), closes [coscine/issues#712](https://git.rwth-aachen.de/coscine/issues/issues/712)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2e7ea4e..dc3db74 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.6.1",
+  "version": "1.7.0",
   "main": "./dist/index.js",
   "module": "dist/index.esm.js",
   "types": "dist/index.d.ts",
-- 
GitLab