diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a633c05..6e6d95b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 5.1.0 (IN PROGRESS) +## [5.0.5](https://github.com/folio-org/ui-receiving/tree/v5.0.5) (2024-08-05) +[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v5.0.4...v5.0.5) + * Break order lines in chunks on receiving list. Refs UIREC-385. ## [5.0.4](https://github.com/folio-org/ui-receiving/tree/v5.0.4) (2024-04-22) diff --git a/package.json b/package.json index d43cdfc5..d0e92932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/receiving", - "version": "5.0.4", + "version": "5.0.5", "description": "Description for receiving", "main": "index.js", "repository": "",