diff --git a/CHANGELOG.md b/CHANGELOG.md index c322a6a12..f846a3746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Change history for ui-data-import +## [7.1.8](https://github.com/folio-org/ui-data-import/tree/v7.1.8) (2024-05-09) + +### Bugs fixed: +* Display an empty value when `jobProfileInfo` is empty. (UIDATIMP-1640) + ## [7.1.7](https://github.com/folio-org/ui-data-import/tree/v7.1.7) (2024-05-09) ### Bugs fixed: * Changes made during duplication of a job with a match profile are not saved. (UIDATIMP-1633) -* Display an empty value when `jobProfileInfo` is empty. (UIDATIMP-1640) ## [7.1.6](https://github.com/folio-org/ui-data-import/tree/v7.1.6) (2024-05-02) diff --git a/package.json b/package.json index 13fd24c3d..6cbbadc99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "7.1.7", + "version": "7.1.8", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",