From 1eaafbc146760e596c462033f784846ebf791bae Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 26 Sep 2022 13:07:40 +0000 Subject: [PATCH] chore(release): cut 31.10.23 [skip ci] ## [31.10.23](https://github.com/dhis2/tracker-capture-app/compare/v31.10.22...v31.10.23) (2022-09-26) ### Bug Fixes * [DHIS2-11080] validate manually typed enrollment dates and incident dates ([#1544](https://github.com/dhis2/tracker-capture-app/issues/1544)) ([6439a3a](https://github.com/dhis2/tracker-capture-app/commit/6439a3abdf2cdc890db43f950da140838e3f3387)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86237fbe8..e4b80b51e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.10.23](https://github.com/dhis2/tracker-capture-app/compare/v31.10.22...v31.10.23) (2022-09-26) + + +### Bug Fixes + +* [DHIS2-11080] validate manually typed enrollment dates and incident dates ([#1544](https://github.com/dhis2/tracker-capture-app/issues/1544)) ([6439a3a](https://github.com/dhis2/tracker-capture-app/commit/6439a3abdf2cdc890db43f950da140838e3f3387)) + ## [31.10.22](https://github.com/dhis2/tracker-capture-app/compare/v31.10.21...v31.10.22) (2022-09-24) diff --git a/package.json b/package.json index b278ba385..6b59fdf47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracker-capture-app", - "version": "31.10.22", + "version": "31.10.23", "description": "DHIS2 tracker capture app", "main": "index.js", "scripts": {