From 24661e299340cbe30f342860395d2914da4c0eac Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 8 Aug 2023 08:46:19 +0000 Subject: [PATCH] chore(release): cut 100.3.4 [skip release] ## [100.3.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.3...v100.3.4) (2023-08-08) ### Bug Fixes * handle indicator decimals [DHIS2-15631] ([#350](https://github.com/dhis2/aggregate-data-entry-app/issues/350)) ([a747150](https://github.com/dhis2/aggregate-data-entry-app/commit/a747150ea14151a9632abbeb9967ab7f25e3d003)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d3d8e9c..01f6c3616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.3...v100.3.4) (2023-08-08) + + +### Bug Fixes + +* handle indicator decimals [DHIS2-15631] ([#350](https://github.com/dhis2/aggregate-data-entry-app/issues/350)) ([a747150](https://github.com/dhis2/aggregate-data-entry-app/commit/a747150ea14151a9632abbeb9967ab7f25e3d003)) + ## [100.3.3](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.2...v100.3.3) (2023-08-07) diff --git a/package.json b/package.json index 19720cfe1..b88a4a820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.3.3", + "version": "100.3.4", "description": "", "license": "BSD-3-Clause", "private": true,