From f885a6003f830588f2f3e76cbcecbabd3582a2a4 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 15 Oct 2024 07:13:02 +0000 Subject: [PATCH] chore(release): cut 100.10.0 [skip release] # [100.10.0](https://github.com/dhis2/data-exchange-app/compare/v100.9.9...v100.10.0) (2024-10-15) ### Features * add skipAudit, dryRun, and import strategy to UI [DHIS2-17489] ([#100](https://github.com/dhis2/data-exchange-app/issues/100)) ([50854f8](https://github.com/dhis2/data-exchange-app/commit/50854f86dd335d41e063a6653cb0d11b71520646)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657ba01..72b39d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.10.0](https://github.com/dhis2/data-exchange-app/compare/v100.9.9...v100.10.0) (2024-10-15) + + +### Features + +* add skipAudit, dryRun, and import strategy to UI [DHIS2-17489] ([#100](https://github.com/dhis2/data-exchange-app/issues/100)) ([50854f8](https://github.com/dhis2/data-exchange-app/commit/50854f86dd335d41e063a6653cb0d11b71520646)) + ## [100.9.9](https://github.com/dhis2/data-exchange-app/compare/v100.9.8...v100.9.9) (2024-10-06) diff --git a/package.json b/package.json index 5435543..e3b4ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-exchange-app", - "version": "100.9.9", + "version": "100.10.0", "description": "", "license": "BSD-3-Clause", "private": true,