diff --git a/CHANGELOG.md b/CHANGELOG.md index bb57e538..5a73cd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c2e2b3f9..40b0cc5b 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/frederickfogerty)", "contributors": [ diff --git a/src/constants.js b/src/constants.js index 0fa2b9c3..7f4edb5f 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1 +1 @@ -export const PACKAGE_VERSION = "9.5.1-beta.1"; +export const PACKAGE_VERSION = "9.5.1";