From fc35c6ac07383276f51e55312e6853fbdb985804 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 23 Mar 2021 22:14:37 +0100 Subject: [PATCH] chore(release): 25.5.1 --- 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 7e20a7bdd..bd87adf65 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. +## [25.5.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.5.0...v25.5.1) (2021-03-23) + + +### Bug Fixes + +* remove cached-db-runner ([ff82700](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ff8270042f74d8019e121aebf8636472e1e4d79e)) + ## [25.5.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.4.0...v25.5.0) (2021-03-23) diff --git a/package-lock.json b/package-lock.json index 51c49a699..2188b83ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.5.0", + "version": "25.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0bbb66d6a..279d3f512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.5.0", + "version": "25.5.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index db67bce33..b5283f227 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.5.0 +version: 25.5.1 dependencies: - base - yesod