From 55015ee00fa1ed188a3aad212974a324dfa1f24b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 22 Nov 2024 08:06:52 -0500 Subject: [PATCH] Release v10.1.4 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",