From 124a8601e4da3458ab044c926678db995ca29635 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 16 May 2023 12:31:44 +0000 Subject: [PATCH] chore(release): cut 100.3.0 [skip release] # [100.3.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.2.4...v100.3.0) (2023-05-16) ### Features * form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] ([#300](https://github.com/dhis2/aggregate-data-entry-app/issues/300)) ([5499e98](https://github.com/dhis2/aggregate-data-entry-app/commit/5499e98f9863713909dbfe7129c9063e767d3ab2)), closes [#313](https://github.com/dhis2/aggregate-data-entry-app/issues/313) [#314](https://github.com/dhis2/aggregate-data-entry-app/issues/314) [#315](https://github.com/dhis2/aggregate-data-entry-app/issues/315) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c991e5418..eac6440cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.3.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.2.4...v100.3.0) (2023-05-16) + + +### Features + +* form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] ([#300](https://github.com/dhis2/aggregate-data-entry-app/issues/300)) ([5499e98](https://github.com/dhis2/aggregate-data-entry-app/commit/5499e98f9863713909dbfe7129c9063e767d3ab2)), closes [#313](https://github.com/dhis2/aggregate-data-entry-app/issues/313) [#314](https://github.com/dhis2/aggregate-data-entry-app/issues/314) [#315](https://github.com/dhis2/aggregate-data-entry-app/issues/315) + ## [100.2.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.2.3...v100.2.4) (2023-04-20) diff --git a/package.json b/package.json index 92e76cdcc..397341121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.2.4", + "version": "100.3.0", "description": "", "license": "BSD-3-Clause", "private": true,