From ff5c14b1badc507ad42ae67d369ebcf058bee62a Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 25 Apr 2024 09:08:19 +0000 Subject: [PATCH] chore(release): cut 101.1.0 [skip release] # [101.1.0](https://github.com/dhis2/import-export-app/compare/v101.0.5...v101.1.0) (2024-04-25) ### Features * update the query to filter programs by program type ([8f95800](https://github.com/dhis2/import-export-app/commit/8f95800f9bb356a451b23ab237cbd1873238b054)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8d7f5a..bfd9a94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [101.1.0](https://github.com/dhis2/import-export-app/compare/v101.0.5...v101.1.0) (2024-04-25) + + +### Features + +* update the query to filter programs by program type ([8f95800](https://github.com/dhis2/import-export-app/commit/8f95800f9bb356a451b23ab237cbd1873238b054)) + ## [101.0.5](https://github.com/dhis2/import-export-app/compare/v101.0.4...v101.0.5) (2024-04-21) diff --git a/package.json b/package.json index f450ed45..20a8a874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "101.0.5", + "version": "101.1.0", "description": "", "license": "BSD-3-Clause", "private": true,