diff --git a/CHANGELOG.md b/CHANGELOG.md index 821ac1ba8..5387ab11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ ### Changed -- `React`: Add support for react 17 as a peer dependency ([@lorgan3](https://github.com/lorgan3) in [#2118](https://github.com/teamleadercrm/ui/pull/2118)) - ### Deprecated ### Removed ### Dependency updates +## [14.5.0] - 2022-05-10 + +### Dependency updates + +- `React`: Add support for react 17 as a peer dependency ([@lorgan3](https://github.com/lorgan3) in [#2118](https://github.com/teamleadercrm/ui/pull/2118)) + ## [14.4.0] - 2022-05-04 ### Added diff --git a/package.json b/package.json index 44f2bb413..4ec4a29b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "14.4.0", + "version": "14.5.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"