From 66460487f5c2707aad64b62f9a6a32cebb14faaf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 14 Oct 2019 11:56:03 +0200 Subject: [PATCH] chore(release): 7.16.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc909fef..a60190c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.16.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.15.0...v7.16.0) (2019-10-14) + + +### Features + +* **tutorials:** delegate control to tutors ([261f3ed](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/261f3ed)) + + + ## [7.15.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.14.1...v7.15.0) (2019-10-13) diff --git a/package-lock.json b/package-lock.json index cfec99db0..f1da89456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.15.0", + "version": "7.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf2f88073..aa9468bb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.15.0", + "version": "7.16.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f2a81c8cd..c923c2f3a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.15.0 +version: 7.16.0 dependencies: - base >=4.9.1.0 && <5