From 408c15df6f517cccc770aa11c2514667f1e994ef Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 14 Feb 2020 13:02:24 +0100 Subject: [PATCH] chore(release): 11.1.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a964d7d7d..827d76738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [11.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v11.1.0...v11.1.1) (2020-02-14) + + +### Bug Fixes + +* fix [#571](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/571) ([aefb7e0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/aefb7e0)) +* **course-deregistration:** fix check on exam registration ([0b8c30f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/0b8c30f)) + + + ## [11.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v11.0.0...v11.1.0) (2020-02-08) diff --git a/package-lock.json b/package-lock.json index 2c277e6ec..6f264d8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b162ab17f..3987113d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "11.1.0", + "version": "11.1.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 116bb52de..cb054d57a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 11.1.0 +version: 11.1.1 dependencies: - base