Skip to content

Commit

Permalink
chore(release): 9.5.1
Browse files Browse the repository at this point in the history
### [9.5.1](v9.5.0...v9.5.1) (2022-05-11)

### Bug Fixes

* add support for react 18 ([0e01aa4](0e01aa4))

 [skip ci]
  • Loading branch information
imgix-git-robot committed May 11, 2022
1 parent 85507ad commit a9de36c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [9.5.1](https://github.com/imgix/react-imgix/compare/v9.5.0...v9.5.1) (2022-05-11)


### Bug Fixes

* add support for react 18 ([0e01aa4](https://github.com/imgix/react-imgix/commit/0e01aa4d737c490c8c3c86778e5a99fec021bd5b))

### [9.5.1-beta.1](https://github.com/imgix/react-imgix/compare/v9.5.0...v9.5.1-beta.1) (2022-05-10)


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.1-beta.1",
"version": "9.5.1",
"description": "React Component for displaying an image from Imgix",
"author": "Frederick Fogerty <frederick.fogerty@gmail.com> (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.1-beta.1";
export const PACKAGE_VERSION = "9.5.1";

0 comments on commit a9de36c

Please sign in to comment.