From 6aa8f324b52c5763cb97196d17588777560b51df Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 14 Aug 2020 12:26:54 +0200 Subject: [PATCH] Chore: 1.9.0 # [1.9.0](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.8.1...v1.9.0) (2020-08-14) ### Fix * Updated dependencies ([881aa7d](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/881aa7d1d5dc705a06e1c7d9d9e9c6559f714c12)) ### New * Copy metadata from parent ([4d0d4fe](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/4d0d4fe65929511e009095d37671a333c10b7d52)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf74dea..51adf62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/project-creation", - "version": "1.8.1", + "version": "1.9.0", "main": "./dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", -- GitLab