From 49567591f9411b54ba5238bbbad47db040084951 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 11 Oct 2023 20:15:40 -0400 Subject: [PATCH] Release v12.0.1 (#2147) Refs STCOM-1215, FOLREL-584 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ce50933..e5aedf3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.0.1 +## [12.0.1](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.0.1) * Bump `@folio/stripes-testing` to `v4.6.0` for new interactors. diff --git a/package.json b/package.json index 3feec35e0..d7f05f8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.0.0", + "version": "12.0.1", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",