From d7cefe8e58f8c44a608e0e342d81e897949dfea9 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 19 Jun 2023 12:43:00 +0000 Subject: [PATCH] chore(release): cut 100.3.2 [skip release] ## [100.3.2](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.1...v100.3.2) (2023-06-19) ### Bug Fixes * prevent moment from using arabic numerals for dates [DHIS2-15277] ([#322](https://github.com/dhis2/aggregate-data-entry-app/issues/322)) ([d822b8c](https://github.com/dhis2/aggregate-data-entry-app/commit/d822b8c5443d8f8fc9810e13ffef749fa1947781)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc6ca5d3..bfa1e3a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.2](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.1...v100.3.2) (2023-06-19) + + +### Bug Fixes + +* prevent moment from using arabic numerals for dates [DHIS2-15277] ([#322](https://github.com/dhis2/aggregate-data-entry-app/issues/322)) ([d822b8c](https://github.com/dhis2/aggregate-data-entry-app/commit/d822b8c5443d8f8fc9810e13ffef749fa1947781)) + ## [100.3.1](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.0...v100.3.1) (2023-06-08) diff --git a/package.json b/package.json index 405acd2ac..7919c563d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.3.1", + "version": "100.3.2", "description": "", "license": "BSD-3-Clause", "private": true,