diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d27b5ee..c7033e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for stripes-acq-components -## (6.0.0 IN PROGRESS) +## (6.1.0 IN PROGRESS) + +## [6.0.0](https://github.com/folio-org/stripes-acq-components/tree/v6.0.0) (2024-10-29) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v5.1.2...v6.0.0) * Implement common tools to retrieve "Central ordering" settings. Refs UISACQCOMP-182. * Add `` and `` components. Refs UISACQCOMP-183. diff --git a/package.json b/package.json index 39a2030b..44a22585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "5.1.2", + "version": "6.0.0", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"