diff --git a/CHANGELOG.md b/CHANGELOG.md index e432c473f..b3539d11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.21.4](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.21.3...v7.21.4) (2019-11-13) + + + ### [7.21.3](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.21.2...v7.21.3) (2019-11-13) diff --git a/package-lock.json b/package-lock.json index 73da65624..aa31e0341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.21.3", + "version": "7.21.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 255f806a1..96ed901ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.21.3", + "version": "7.21.4", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 6e2a2833d..b00a30902 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.21.3 +version: 7.21.4 dependencies: - base >=4.9.1.0 && <5