From 832f33a4524a5d9a25011b91e6fbb34e203e258b Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 28 Jun 2023 20:06:20 +0000 Subject: [PATCH] chore(release): cut 31.13.24 [skip ci] ## [31.13.24](https://github.com/dhis2/tracker-capture-app/compare/v31.13.23...v31.13.24) (2023-06-28) ### Bug Fixes * [DHIS2-15500] use `displayFormName` instead of `formName` ([#1815](https://github.com/dhis2/tracker-capture-app/issues/1815)) ([559bf91](https://github.com/dhis2/tracker-capture-app/commit/559bf911007dca376206eeb270d923fc5111df6e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdb7e5dc..1780f527f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.13.24](https://github.com/dhis2/tracker-capture-app/compare/v31.13.23...v31.13.24) (2023-06-28) + + +### Bug Fixes + +* [DHIS2-15500] use `displayFormName` instead of `formName` ([#1815](https://github.com/dhis2/tracker-capture-app/issues/1815)) ([559bf91](https://github.com/dhis2/tracker-capture-app/commit/559bf911007dca376206eeb270d923fc5111df6e)) + ## [31.13.23](https://github.com/dhis2/tracker-capture-app/compare/v31.13.22...v31.13.23) (2023-06-22) diff --git a/package.json b/package.json index 0086f025f..e2f4748f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracker-capture-app", - "version": "31.13.23", + "version": "31.13.24", "description": "DHIS2 tracker capture app", "main": "index.js", "scripts": {