From ef1e8c35313feda32b4814862cf16c41b9c6c222 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 25 Oct 2023 15:11:30 -0400 Subject: [PATCH] Release v10.0.1 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7806a9..70d0a249 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 fc02c676..6b70e559 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",