diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be3c37..17f247a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,10 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added option to set values of type `React.ReactNode`, in addition to currently accepted type `string`, to `label` prop of `CheckboxRadioInput` component. - ### Fixed +## [3.4.9] 2022-04-14 + +### Added + +- Added option to set values of type `React.ReactNode`, in addition to currently accepted type `string`, to `label` prop of `CheckboxRadioInput` component. + ## [3.4.8] 2022-03-07 ### Fixed diff --git a/package.json b/package.json index 71a9b93..668deb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "3.4.8", + "version": "3.4.9", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git"