diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd9a94c..459805cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.1.1](https://github.com/dhis2/import-export-app/compare/v101.1.0...v101.1.1) (2024-04-25) + + +### Bug Fixes + +* fix typeError that crashes app when job overview is clicked ([6f335fa](https://github.com/dhis2/import-export-app/commit/6f335faa9e959532bc1d942ae796b0870d8e6540)) + # [101.1.0](https://github.com/dhis2/import-export-app/compare/v101.0.5...v101.1.0) (2024-04-25) diff --git a/package.json b/package.json index 20a8a874..78af218c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "101.1.0", + "version": "101.1.1", "description": "", "license": "BSD-3-Clause", "private": true,