From b21ee06694c0bf96cc85e4395d5885c9dbbfa081 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 3 Jun 2024 15:38:07 +0000 Subject: [PATCH] chore(release): cut 101.1.5 [skip release] ## [101.1.5](https://github.com/dhis2/import-export-app/compare/v101.1.4...v101.1.5) (2024-06-03) ### Bug Fixes * **DHIS2-16988:** download uncompressed json rather than open inline ([#2037](https://github.com/dhis2/import-export-app/issues/2037)) ([b7732b5](https://github.com/dhis2/import-export-app/commit/b7732b548cb941d05df12dc7a7989b0ff67f7846)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692a45be..fdd009c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.1.5](https://github.com/dhis2/import-export-app/compare/v101.1.4...v101.1.5) (2024-06-03) + + +### Bug Fixes + +* **DHIS2-16988:** download uncompressed json rather than open inline ([#2037](https://github.com/dhis2/import-export-app/issues/2037)) ([b7732b5](https://github.com/dhis2/import-export-app/commit/b7732b548cb941d05df12dc7a7989b0ff67f7846)) + ## [101.1.4](https://github.com/dhis2/import-export-app/compare/v101.1.3...v101.1.4) (2024-06-02) diff --git a/package.json b/package.json index 11c89de0..62c084f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "101.1.4", + "version": "101.1.5", "description": "", "license": "BSD-3-Clause", "private": true,