From f2fb547769dddbaf4c640c2318eeda8524c22c7c Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 21 Oct 2024 15:14:02 -0400 Subject: [PATCH] Release v10.1.2 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1cfeda9..703291747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-core -## 10.1.2 IN PROGRESS +## [10.1.2](https://github.com/folio-org/stripes-core/tree/v10.1.2) (2024-10-21) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.1...v10.1.2) * Wait longer before declaring a rotation request to be stale. Refs STCOR-895. diff --git a/package.json b/package.json index 469578ad0..373a15f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "10.1.1", + "version": "10.1.2", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",