From 8b1b734f5def391fcee56c6d7fddec86ed836f3c Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 25 Jul 2022 17:26:06 -0400 Subject: [PATCH] Release v8.2.1 (#1229) --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520a3c933..f23313070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-core -## 8.3.0 IN PROGRESS +## [8.2.1](https://github.com/folio-org/stripes-core/tree/v8.2.1) (2022-07-25) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.2.0...v8.2.1) * Use documenation's root URL in NavBar `?` link. Refs STCOR-621. diff --git a/package.json b/package.json index b3ca5293e..fc25fdd52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "8.2.0", + "version": "8.2.1", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",