From 82c53e15144a41026018fe674aa22ce0dd1ca14a Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 28 Feb 2020 12:14:06 +0100 Subject: [PATCH] Chore: 1.5.1 ## [1.5.1](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.5.0...v1.5.1) (2020-02-28) ### Fix * changed the pipelines (coscine/issues#697) ([02ef2dc89fbb3e0a4a3847e8b4140b67e13c3a40](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/02ef2dc89fbb3e0a4a3847e8b4140b67e13c3a40)), closes [coscine/issues#697](https://git.rwth-aachen.de/coscine/issues/issues/697) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26bd167..fc6c153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/project-creation", - "version": "1.5.0", + "version": "1.5.1", "main": "./dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", -- GitLab