From f9ac48cc6be5edbd48776fa38078659fedd2e856 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 1 Jul 2024 09:59:47 +0000 Subject: [PATCH] chore(release): cut 101.1.7 [skip release] ## [101.1.7](https://github.com/dhis2/import-export-app/compare/v101.1.6...v101.1.7) (2024-07-01) ### Bug Fixes * include event programs for export [DHIS2-17672] ([#2058](https://github.com/dhis2/import-export-app/issues/2058)) ([230b77e](https://github.com/dhis2/import-export-app/commit/230b77e1e9e42fcb9e2541b97809045b70537dae)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a47686e..a39d2b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.1.7](https://github.com/dhis2/import-export-app/compare/v101.1.6...v101.1.7) (2024-07-01) + + +### Bug Fixes + +* include event programs for export [DHIS2-17672] ([#2058](https://github.com/dhis2/import-export-app/issues/2058)) ([230b77e](https://github.com/dhis2/import-export-app/commit/230b77e1e9e42fcb9e2541b97809045b70537dae)) + ## [101.1.6](https://github.com/dhis2/import-export-app/compare/v101.1.5...v101.1.6) (2024-06-09) diff --git a/package.json b/package.json index c74ef10d..6cb8c298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "101.1.6", + "version": "101.1.7", "description": "", "license": "BSD-3-Clause", "private": true,