diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c780b3a..6546fd29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.2.5 IN PROGRESS +## [12.2.5](https://github.com/folio-org/stripes-components/tree/v12.2.5) (2024-11-15) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.4...v12.2.5) * Assign ``'s exit key handler to Modal's element rather than `document`. refs STCOM-1382. diff --git a/package.json b/package.json index d2854a610..af7ea369e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.2.4", + "version": "12.2.5", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",