From 72c96bf4e3c144e0d05908868a43a1c7f773e547 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 5 Mar 2024 18:46:48 +0000 Subject: [PATCH] chore(release): cut 100.4.0 [skip release] # [100.4.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.10...v100.4.0) (2024-03-05) ### Features * **DHIS2-16132:** add ability to transpose/pivot a section form ([#367](https://github.com/dhis2/aggregate-data-entry-app/issues/367)) ([1d841ab](https://github.com/dhis2/aggregate-data-entry-app/commit/1d841abca6c6f42176c4873c1db46972353a4177)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27deefa91..ac493c30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.4.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.10...v100.4.0) (2024-03-05) + + +### Features + +* **DHIS2-16132:** add ability to transpose/pivot a section form ([#367](https://github.com/dhis2/aggregate-data-entry-app/issues/367)) ([1d841ab](https://github.com/dhis2/aggregate-data-entry-app/commit/1d841abca6c6f42176c4873c1db46972353a4177)) + ## [100.3.10](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.9...v100.3.10) (2024-01-16) diff --git a/package.json b/package.json index ad93cec9b..a6e1e5f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.3.10", + "version": "100.4.0", "description": "", "license": "BSD-3-Clause", "private": true,