Skip to content

Commit

Permalink
chore(release): 9.5.4
Browse files Browse the repository at this point in the history
### [9.5.4](v9.5.3...v9.5.4) (2022-10-04)

### Bug Fixes

* source width/height HTML validation ([5feb09b](5feb09b))
* stop background infinite rerenders ([a455b6d](a455b6d))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Oct 4, 2022
1 parent 5feb09b commit 87da7ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/frederickfogerty)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "9.5.3";
export const PACKAGE_VERSION = "9.5.4";

0 comments on commit 87da7ef

Please sign in to comment.