Skip to content

Commit

Permalink
chore(release): 9.1.1
Browse files Browse the repository at this point in the history
### [9.1.1](v9.1.0...v9.1.1) (2021-04-24)

### Bug Fixes

* re-render Background only if a larger image is needed ([#782](#782)) ([53bb104](53bb104)), closes [#763](#763)

 [skip ci]
  • Loading branch information
imgix-git-robot committed Apr 24, 2021
1 parent 53bb104 commit 8745978
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [9.1.1](https://github.com/imgix/react-imgix/compare/v9.1.0...v9.1.1) (2021-04-24)


### Bug Fixes

* re-render Background only if a larger image is needed ([#782](https://github.com/imgix/react-imgix/issues/782)) ([53bb104](https://github.com/imgix/react-imgix/commit/53bb10437274068d9aaea8e2ead0851525fc4076)), closes [#763](https://github.com/imgix/react-imgix/issues/763)

## [9.1.0](https://github.com/imgix/react-imgix/compare/v9.0.4...v9.1.0) (2021-04-23)

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.1.0",
"version": "9.1.1",
"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.1.0";
export const PACKAGE_VERSION = "9.1.1";

0 comments on commit 8745978

Please sign in to comment.