From b632e218fe2af6346604ca90f096bc657a29f4d7 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 9 Oct 2020 12:45:31 +0200 Subject: [PATCH] Chore: 1.10.0 # [1.10.0](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.9.1...v1.10.0) (2020-10-09) ### New * Included affiliation notification (coscine/issues#1059) ([5294d31](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/5294d31cf7b2dac24bf7683753678554ae47b745)), closes [coscine/issues#1059](https://git.rwth-aachen.de/coscine/issues/issues/1059) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e60f2ee..a49a850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/project-creation", - "version": "1.9.1", + "version": "1.10.0", "main": "./dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", -- GitLab