diff --git a/CHANGELOG.md b/CHANGELOG.md index ef950f64a..498d5a142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Change history for stripes-components -## [NEXT RELEASE] +## [13.0.9](https://github.com/folio-org/stripes-components/tree/v13.0.9) (2025-12-31) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v13.0.8...v13.0.9) * `` - add a new `filterProps` prop to control option filtering. Refs STCOM-1473. +* Happy New Year! ## [13.0.8](https://github.com/folio-org/stripes-components/tree/v13.0.8) (2025-12-08) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v13.0.7...v13.0.8) diff --git a/package.json b/package.json index 73f8db007..deb46af5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "13.0.8", + "version": "13.0.9", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components", @@ -121,4 +121,4 @@ "react-redux": "^8.0.5", "react-router-dom": "^5.2.0" } -} \ No newline at end of file +}