From 9c28d0125d0f99eaa045b05598a6a116893cbd72 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Tue, 19 Jan 2021 06:32:02 +0000 Subject: [PATCH] Chore: 1.12.0 # [1.12.0](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/compare/v1.11.1...v1.12.0) (2021-01-19) ### Update * Use yarn with pnp (coscine/issues#1227) ([5e55f0b](https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation/commit/5e55f0bf141ccb70d1371a451bbc5850aaaba969)), closes [coscine/issues#1227](https://git.rwth-aachen.de/coscine/issues/issues/1227) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d39bc7e..d30c8fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/project-creation", - "version": "1.11.2", + "version": "1.12.0", "main": "dist/index.umd.js", "module": "dist/index.common.js", "browser": "dist/index.umd.min.js", -- GitLab