diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7806a9b..70d0a2493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change history for stripes-core -## 10.0.1 IN PROGRESS +## [10.0.1](https://github.com/folio-org/stripes-core/tree/v10.0.1) (2023-10-25) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.0.1) -* Avoid private path when import `validateUser` function. Refs STCOR-749. +* Export `validateUser`. Refs STCOR-749. ## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0) diff --git a/package.json b/package.json index fc02c6765..6b70e5594 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "10.0.0", + "version": "10.0.1", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",