From 96b55e6304248d73455a31c91a2c30ce65d13c89 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 28 Aug 2020 11:58:16 +0200
Subject: [PATCH] Chore: 1.9.1

## [1.9.1](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.9.0...v1.9.1) (2020-08-28)

### Fix

* Fixed project deletion redirect link (coscine/issues#995) ([b0157f1](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/b0157f1f8bce2baa9c370bdc7368488d0e59f73a)), closes [coscine/issues#995](https://git.rwth-aachen.de/coscine/issues/issues/995)
* Included searchterms ([23e61ed](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/23e61edceb413625baa3f4563f0cd18adb1f7879))
* Updated dependencies ([5913758](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/591375833a9c6f6b0089a6bcd58aa21447389712))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 78af937..9e88e0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/project-creation",
-  "version": "1.9.0",
+  "version": "1.9.1",
   "main": "./dist/index.js",
   "module": "dist/index.esm.js",
   "types": "dist/index.d.ts",
-- 
GitLab