diff --git a/CHANGELOG.md b/CHANGELOG.md index e259171..45e59ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change history for stripes-types -## 3.0.0 IN PROGRESS +## [3.0.1](https://github.com/folio-org/stripes-types/tree/v3.0.1) (2025-02-24) + +* [[STTYPES-20](https://folio-org.atlassian.net/browse/STTYPES-20)] Add missing `Timepicker` props. + +## [3.0.0](https://github.com/folio-org/stripes-types/tree/v3.0.0) (2025-02-24) * [[STTYPES-18](https://folio-org.atlassian.net/browse/STTYPES-18)] Upgrade `@folio/stripes-*` dependencies. * [[STTYPES-19](https://folio-org.atlassian.net/browse/STTYPES-19)] Upgrade `react-intl` to `^7.0.0`. diff --git a/package.json b/package.json index 4735bc4..eb61305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-types", - "version": "3.0.0", + "version": "3.0.1", "description": "Typings for the Stripes framework", "license": "Apache-2.0", "repository": "folio-org/stripes-types",