From 271696c6178106afd6a0178fd77b06bac342a56a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 8 Dec 2020 18:34:30 +0100 Subject: [PATCH] chore(release): 23.2.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3096b4151..d71b62ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [23.2.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v23.2.0...v23.2.1) (2020-12-08) + + +### Bug Fixes + +* **downloads:** do download links via redirect ([3ba41d8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3ba41d8f24b4358ad7a045eba0f630e1e2b67663)) +* **files:** better configuration for file batch jobs ([3a90c88](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3a90c88b359f3e0cb0ed03df6e81b1532509ea48)) + ## [23.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v23.1.2...v23.2.0) (2020-12-06) diff --git a/package-lock.json b/package-lock.json index 8cbf7ffcd..c21fb2c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "23.2.0", + "version": "23.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a67faab8..a654dbd64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "23.2.0", + "version": "23.2.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 027c6f7cb..08982d8ba 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 23.2.0 +version: 23.2.1 dependencies: - base