diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e312c3..c5253295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (6.1.0 IN PROGRESS) +## [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) + * Add `useDebouncedQuery` hook to fix endless request for `DynamicSelection` component. Refs UISACQCOMP-233. * Display system change label for version cards. Refs UISACQCOMP-231. diff --git a/package.json b/package.json index 1ab707a0..36e244ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "6.0.1", + "version": "6.0.2", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"