diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7c9ce9..7f50e2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-core -## 10.1.4 IN PROGRESS +## [10.1.4](https://github.com/folio-org/stripes-core/tree/v10.1.4) (2024-11-22) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.3...v10.1.4) * Cautiously evaluate localforage data when restoring a session. Refs STCOR-907. diff --git a/package.json b/package.json index 4e9d5884..c278f0e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "10.1.3", + "version": "10.1.4", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",