diff --git a/CHANGELOG.md b/CHANGELOG.md index ee456e8a..2247abd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.8.0](https://github.com/imgix/react-imgix/compare/v9.7.0...v9.8.0) (2023-08-04) + + +### Features + +* add use client directive to index ([daa840f](https://github.com/imgix/react-imgix/commit/daa840fb643cc1ec97443e886c8d7d7f87d096ec)) + ## [9.7.0](https://github.com/imgix/react-imgix/compare/v9.6.0...v9.7.0) (2023-02-02) diff --git a/package.json b/package.json index 21cab985..af8263ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-imgix", - "version": "9.7.0", + "version": "9.8.0", "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 686d5bd8..c2b401e9 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1 +1 @@ -export const PACKAGE_VERSION = "9.7.0"; +export const PACKAGE_VERSION = "9.8.0";