From 35fdb8adfee673cab85de9ad970dcc447748d85a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 24 Aug 2020 20:49:44 +0200 Subject: [PATCH] chore(release): 19.2.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 27db649ea..452d377d4 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. +## [19.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v19.1.5...v19.2.0) (2020-08-24) + + +### Bug Fixes + +* migrate so as not to resend allocation notifications ([132a510](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/132a510)) +* **notification-form:** define rules for all notification-triggers ([0261b39](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/0261b39)), closes [#561](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/561) + + +### Features + +* **allocations:** merge notifications ([9e9e53e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9e9e53e)) + + + ### [19.1.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v19.1.4...v19.1.5) (2020-08-19) diff --git a/package-lock.json b/package-lock.json index be4060d1b..d417d0e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "19.1.5", + "version": "19.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9ab60159..5d0ce79a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "19.1.5", + "version": "19.2.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 16b3a77a0..513b569a9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 19.1.5 +version: 19.2.0 dependencies: - base