diff --git a/CHANGELOG.md b/CHANGELOG.md index edcaef28..51eeae5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (4.1.0 IN PROGRESS) +## [4.0.1](https://github.com/folio-org/stripes-acq-components/tree/v4.0.1) (2023-03-09) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v4.0.0...v4.0.1) + * Acq list results pane doesn't support icons. Refs UISACQCOMP-144. * Unpin `@rehooks/local-storage` now that it's no longer broken. Refs UISACQCOMP-138. diff --git a/package.json b/package.json index 001348e5..e16d3bc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "4.0.0", + "version": "4.0.1", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"