diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bee9e4..b30bfbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v0.48.5](https://github.com/buildo/react-components/tree/v0.48.5) (2021-09-24) +[Full Changelog](https://github.com/buildo/react-components/compare/v0.48.4...v0.48.5) + +#### New features: + +- RadioGroup doesn't support custom values [#1476](https://github.com/buildo/react-components/issues/1476) + ## [v0.48.4](https://github.com/buildo/react-components/tree/v0.48.4) (2021-09-01) [Full Changelog](https://github.com/buildo/react-components/compare/v0.48.3...v0.48.4) diff --git a/package.json b/package.json index 66acfd66..0c19549f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buildo-react-components", - "version": "0.48.4", + "version": "0.48.5", "description": "Collection of general React components used in buildo projects.", "main": "lib", "scripts": {