diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e3615d..ab5f9b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # Change history for stripes-acq-components -## (6.1.0 IN PROGRESS) +## [6.0.4](https://github.com/folio-org/stripes-acq-components/tree/v6.0.4) (2025-01-21) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v6.0.3...v6.0.4) + +* Exclude unsupported currencies on `getInvoiceExportData`. Refs UISACQCOMP-237. ## [6.0.3](https://github.com/folio-org/stripes-acq-components/tree/v6.0.3) (2024-12-27) [Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v6.0.2...v6.0.3) * Claim locations from all members for locations filter when `crossTenant` equals `true`. Refs UISACQCOMP-239. -* Exclude unsupported currencies on `getInvoiceExportData`. Refs UISACQCOMP-237. ## [6.0.2](https://github.com/folio-org/stripes-acq-components/tree/v6.0.2) (2024-12-04) [Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v6.0.1...v6.0.2) diff --git a/package.json b/package.json index edd673ae..fd817d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "6.0.3", + "version": "6.0.4", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"