From ef5ebb0b9ac5a7ff96199c2881a646194d6a1607 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 10 Dec 2024 13:27:26 +0000 Subject: [PATCH] chore(release): cut 100.11.4 [skip release] ## [100.11.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.11.3...v100.11.4) (2024-12-10) ### Bug Fixes * handle compulsory data element operands [DHIS2-17647] ([#426](https://github.com/dhis2/aggregate-data-entry-app/issues/426)) ([1d6c667](https://github.com/dhis2/aggregate-data-entry-app/commit/1d6c66793407771b9ebd38ceb0dcc0fc1d7c920f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5294f3d91..811b0bb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.11.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.11.3...v100.11.4) (2024-12-10) + + +### Bug Fixes + +* handle compulsory data element operands [DHIS2-17647] ([#426](https://github.com/dhis2/aggregate-data-entry-app/issues/426)) ([1d6c667](https://github.com/dhis2/aggregate-data-entry-app/commit/1d6c66793407771b9ebd38ceb0dcc0fc1d7c920f)) + ## [100.11.3](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.11.2...v100.11.3) (2024-12-08) diff --git a/package.json b/package.json index af8806bb5..c26983845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.11.3", + "version": "100.11.4", "description": "", "license": "BSD-3-Clause", "private": true,