From a7dfd20a7da032083f676fb51afb80cd891f757e Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 14 Dec 2023 10:08:18 +0000 Subject: [PATCH] chore(release): cut 100.3.9 [skip release] ## [100.3.9](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.8...v100.3.9) (2023-12-14) ### Bug Fixes * **integer validation:** limit range to the accepted range of the dhis2-core ([#364](https://github.com/dhis2/aggregate-data-entry-app/issues/364)) ([0d3d41c](https://github.com/dhis2/aggregate-data-entry-app/commit/0d3d41c850214a5f34d6b8f7aee19c8c9a1a79c9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4732f9b..438b33723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.9](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.8...v100.3.9) (2023-12-14) + + +### Bug Fixes + +* **integer validation:** limit range to the accepted range of the dhis2-core ([#364](https://github.com/dhis2/aggregate-data-entry-app/issues/364)) ([0d3d41c](https://github.com/dhis2/aggregate-data-entry-app/commit/0d3d41c850214a5f34d6b8f7aee19c8c9a1a79c9)) + ## [100.3.8](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.7...v100.3.8) (2023-12-13) diff --git a/package.json b/package.json index cf451358c..df98a0ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.3.8", + "version": "100.3.9", "description": "", "license": "BSD-3-Clause", "private": true,