diff --git a/CHANGELOG.md b/CHANGELOG.md index 91aa238c1..54709887c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.2.2 +## [12.2.2](https://github.com/folio-org/stripes-components/tree/v12.2.2) (2024-10-30) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.1...v12.2.2) * Bump `stripes-react-hotkeys` to `v3.2.0` for compatibility with `findDOMNode()` changes. STCOM-1343. diff --git a/package.json b/package.json index 91e45ca3e..20c8f4619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.2.1", + "version": "12.2.2", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",