From b1055c2ca8412ead132257e19fe81d2065dfe975 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 16 Jun 2020 11:11:09 +0200 Subject: [PATCH] chore(release): 17.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c8fbb0b..e386ad77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.5.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.4.1...v17.5.0) (2020-06-16) + + +### Bug Fixes + +* **i18n:** missing translations ([14b1706](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/14b1706)) + + +### Features + +* **system-messages:** manual priority ([cf06f79](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/cf06f79)) +* **terms:** better prediction of term dates ([e5732df](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/e5732df)) +* **terms:** improve term display/editing ([8b7e8e4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8b7e8e4)), closes [#485](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/485) + + + ### [17.4.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.4.0...v17.4.1) (2020-06-15) diff --git a/package-lock.json b/package-lock.json index 1cafd2bd2..2d2fe5f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.4.1", + "version": "17.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 497a06671..1f12de2ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.4.1", + "version": "17.5.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f6ba2448d..652846d88 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.4.1 +version: 17.5.0 dependencies: - base