From 6cd4f226e971ddf43caf2630d7d8c52ac9dc69c7 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 11 Mar 2024 13:57:04 +0000 Subject: [PATCH] chore(release): cut 101.0.3 [skip release] ## [101.0.3](https://github.com/dhis2/import-export-app/compare/v101.0.2...v101.0.3) (2024-03-11) ### Bug Fixes * **tracker-api-migration:** fix 'created' value not displaying in the job summary ([35e7df7](https://github.com/dhis2/import-export-app/commit/35e7df72bcd979d7963e309dcc9b824de701fdb1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d5fd9c5..2cc8fc7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.0.3](https://github.com/dhis2/import-export-app/compare/v101.0.2...v101.0.3) (2024-03-11) + + +### Bug Fixes + +* **tracker-api-migration:** fix 'created' value not displaying in the job summary ([35e7df7](https://github.com/dhis2/import-export-app/commit/35e7df72bcd979d7963e309dcc9b824de701fdb1)) + ## [101.0.2](https://github.com/dhis2/import-export-app/compare/v101.0.1...v101.0.2) (2024-03-10) diff --git a/package.json b/package.json index 631e7798d..397229bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "101.0.2", + "version": "101.0.3", "description": "", "license": "BSD-3-Clause", "private": true,