diff --git a/CHANGELOG.md b/CHANGELOG.md index efe138fb6..426c4636a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 9.2.1 +## [9.2.1](https://github.com/folio-org/stripes-components/tree/v9.2.1) (2021-07-15) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v9.2.0...v9.2.1) * Expose getLocaleDateFormat Datepicker util. Refs STCOM-854. diff --git a/package.json b/package.json index bac7401e6..604b25775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "9.2.0", + "version": "9.2.1", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",