From 2c364b7166116c8386839cb13ed60774449c3843 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Nov 2019 10:14:43 +0100 Subject: [PATCH] chore(release): 7.21.3 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb80e1f3..e432c473f 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.3](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.21.2...v7.21.3) (2019-11-13) + + + ### [7.21.2](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.21.1...v7.21.2) (2019-11-12) diff --git a/package-lock.json b/package-lock.json index cc96409e4..73da65624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.21.2", + "version": "7.21.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ffb22b43..255f806a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.21.2", + "version": "7.21.3", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index b324dcc72..6e2a2833d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.21.2 +version: 7.21.3 dependencies: - base >=4.9.1.0 && <5