From 30b687e56fc08657958ad974313c691e7a686d4d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Mar 2020 21:09:14 +0100 Subject: [PATCH] chore(release): 14.1.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5146e89d7..6f41c8867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [14.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v14.1.0...v14.1.1) (2020-03-06) + + +### Bug Fixes + +* **csv-import:** major usability improvements ([2dc6641](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/2dc6641)) + + + ## [14.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v14.0.0...v14.1.0) (2020-03-06) diff --git a/package-lock.json b/package-lock.json index 854120445..65e052675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "14.1.0", + "version": "14.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59617199c..0a395567a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "14.1.0", + "version": "14.1.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index af6e48586..cf102e0d6 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 14.1.0 +version: 14.1.1 dependencies: - base