From b29bc4497b4823189e033092efcd38ccb9173940 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 14 Sep 2023 09:18:19 +0000 Subject: [PATCH] chore(release): cut 1.5.29 [skip release] ## [1.5.29](https://github.com/dhis2/user-app/compare/v1.5.28...v1.5.29) (2023-09-14) ### Bug Fixes * update successful save redirects [DHIS2-15431] ([#1218](https://github.com/dhis2/user-app/issues/1218)) ([75d5039](https://github.com/dhis2/user-app/commit/75d5039e68f986bf0413a52f4b889c738614a39f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3e67ef..58649717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.29](https://github.com/dhis2/user-app/compare/v1.5.28...v1.5.29) (2023-09-14) + + +### Bug Fixes + +* update successful save redirects [DHIS2-15431] ([#1218](https://github.com/dhis2/user-app/issues/1218)) ([75d5039](https://github.com/dhis2/user-app/commit/75d5039e68f986bf0413a52f4b889c738614a39f)) + ## [1.5.28](https://github.com/dhis2/user-app/compare/v1.5.27...v1.5.28) (2023-09-14) diff --git a/package.json b/package.json index 8a8b3fc6..78ed00ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-app", - "version": "1.5.28", + "version": "1.5.29", "description": "DHIS2 User app", "license": "BSD-3-Clause", "private": true,