diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a73cd59..2855a7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [9.5.2](https://github.com/imgix/react-imgix/compare/v9.5.1...v9.5.2) (2022-07-26) + + +### Bug Fixes + +* **ci:** build project between deploy steps and publishing ([2cd0cdf](https://github.com/imgix/react-imgix/commit/2cd0cdf03e567134f855b13d6926d8e93f9c0d49)) + ### [9.5.1](https://github.com/imgix/react-imgix/compare/v9.5.0...v9.5.1) (2022-05-11) diff --git a/package.json b/package.json index 299da67a..06192e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-imgix", - "version": "9.5.1", + "version": "9.5.2", "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 7f4edb5f..74fffcbc 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1 +1 @@ -export const PACKAGE_VERSION = "9.5.1"; +export const PACKAGE_VERSION = "9.5.2";