From fde64e270c31c1e484728f23cae874cc7f1eb7f6 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 31 Jan 2020 14:48:27 +0100
Subject: [PATCH] Chore: 1.2.0

# [1.2.0](https://git.rwth-aachen.de/coscine/ts/app-util/compare/v1.1.0...v1.2.0) (2020-01-31)

### New

* Implemented Utility functions for the Sidebar (coscine/issues#603) ([e5451361c0d365e2c83102647264ef44277e5683](https://git.rwth-aachen.de/coscine/ts/app-util/commit/e5451361c0d365e2c83102647264ef44277e5683)), closes [coscine/issues#603](https://git.rwth-aachen.de/coscine/issues/issues/603)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4360098..2969e78 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/app-util",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "This library provides utility methods for the CoScInE Apps with JavaScript.",
   "keywords": [
     "coscine",
-- 
GitLab