diff --git a/CHANGELOG.md b/CHANGELOG.md index 356d32c3..fdd0a3b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [9.5.4](https://github.com/imgix/react-imgix/compare/v9.5.3...v9.5.4) (2022-10-04) + + +### Bug Fixes + +* source width/height HTML validation ([5feb09b](https://github.com/imgix/react-imgix/commit/5feb09bf599c5adfadef0a51f9d4413d0d36aebf)) +* stop background infinite rerenders ([a455b6d](https://github.com/imgix/react-imgix/commit/a455b6d0ef85dafa3a131ea8a6a2a38110f5bb46)) + ### [9.5.3](https://github.com/imgix/react-imgix/compare/v9.5.2...v9.5.3) (2022-10-04) ### [9.5.2](https://github.com/imgix/react-imgix/compare/v9.5.1...v9.5.2) (2022-07-26) diff --git a/package.json b/package.json index 2ba608bf..24f47182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-imgix", - "version": "9.5.3", + "version": "9.5.4", "description": "React Component for displaying an image from Imgix", "author": "Frederick Fogerty (https://github.com/frederickfogerty)", "contributors": [ diff --git a/src/constants.js b/src/constants.js index 08246337..888a102a 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1 +1 @@ -export const PACKAGE_VERSION = "9.5.3"; +export const PACKAGE_VERSION = "9.5.4";