diff --git a/CHANGELOG.md b/CHANGELOG.md index be5cb5f2..ea422391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.17.5](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.17.4...v1.17.5) (2024-04-26) + + +### Bug Fixes + +* **deps:** bump react and @types/react ([1f822aa](https://github.com/PhillipsAuctionHouse/seldon/commit/1f822aa5b3fe4e23f53bb062323edf535d567f83)) +* **errorboundary:** fix type error for console log ([45816c7](https://github.com/PhillipsAuctionHouse/seldon/commit/45816c7b61c0906a1aed51e4766d61b11e38f09b)) + ## [1.17.4](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.17.3...v1.17.4) (2024-04-26) diff --git a/package.json b/package.json index e9439ec2..9b866cc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.17.4", + "version": "1.17.5", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"