diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aaaef06..3d55eacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In progress +## [3.0.5](https://github.com/folio-org/ui-bulk-edit/tree/v3.0.5) (2023-03-22) + * [UIBULKED-264](https://issues.folio.org/browse/UIBULKED-264) "Download matched records (CSV)" option is enabled on the confirmation screen * [UIBULKED-270](https://issues.folio.org/browse/UIBULKED-270) Hide "Start bulk edit (CSV)" option on the confirmation screen diff --git a/package.json b/package.json index a925786c..9fa31c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/bulk-edit", - "version": "3.0.4", + "version": "3.0.5", "description": "Description for bulk edit", "main": "index.js", "repository": "",