From a3c1c2056762308189b2f8633d9c9e7096bfd93e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 17 Jul 2020 08:21:55 +0200 Subject: [PATCH] chore(release): 17.8.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b4681be..0102a8cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [17.8.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.7.0...v17.8.0) (2020-07-17) + + +### Bug Fixes + +* tests ([daa1f83](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/daa1f83)) +* **specific file submission:** swap labels ([7fadcf5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/7fadcf5)) + + +### Features + +* **course-comm:** recipient categories for sheets and exams ([2fd060d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/2fd060d)) + + + ## [17.7.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.6.5...v17.7.0) (2020-07-13) diff --git a/package-lock.json b/package-lock.json index 7a7089156..48c52c1ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.7.0", + "version": "17.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e3bb0f95..a95e4a482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.7.0", + "version": "17.8.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 8dd966361..7a490d527 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.7.0 +version: 17.8.0 dependencies: - base