From 8b532a2b3ba4574ed18d3074c744eae6964d0d3c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 20 Feb 2021 11:32:47 +0100 Subject: [PATCH] chore(release): 24.4.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94c833b6..f515f146c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [24.4.3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.4.2...v24.4.3) (2021-02-20) + + +### Bug Fixes + +* **jobs:** use more read only/deferrable transactions ([db48bbb](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/db48bbb7765604aaab8f8d5c540793b1ceaff16a)) + ## [24.4.2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.4.1...v24.4.2) (2021-02-19) diff --git a/package-lock.json b/package-lock.json index baafd3c2c..70e66425a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.4.2", + "version": "24.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8183804d7..741df4cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.4.2", + "version": "24.4.3", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 69e411ed1..342546e28 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 24.4.2 +version: 24.4.3 dependencies: - base - yesod