From 69e13e9546a5e8439ac992bf92a84939b26d92b5 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 29 Feb 2024 09:01:40 +0000 Subject: [PATCH] chore(release): cut 100.2.0 [skip release] # [100.2.0](https://github.com/dhis2/data-exchange-app/compare/v100.1.6...v100.2.0) (2024-02-29) ### Features * add ui to configuration data exchanges [DHIS2-16434] ([#70](https://github.com/dhis2/data-exchange-app/issues/70)) ([96f6063](https://github.com/dhis2/data-exchange-app/commit/96f606382632160f8d03c8cb36d68523b3218a1f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695bda4..0aa0633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.2.0](https://github.com/dhis2/data-exchange-app/compare/v100.1.6...v100.2.0) (2024-02-29) + + +### Features + +* add ui to configuration data exchanges [DHIS2-16434] ([#70](https://github.com/dhis2/data-exchange-app/issues/70)) ([96f6063](https://github.com/dhis2/data-exchange-app/commit/96f606382632160f8d03c8cb36d68523b3218a1f)) + ## [100.1.6](https://github.com/dhis2/data-exchange-app/compare/v100.1.5...v100.1.6) (2024-02-28) diff --git a/package.json b/package.json index 0e0e602..098977a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-exchange-app", - "version": "100.1.6", + "version": "100.2.0", "description": "", "license": "BSD-3-Clause", "private": true,