From 309ade10de0bee0599f1aa6dbdab6f1379250210 Mon Sep 17 00:00:00 2001 From: imgix-git-robot Date: Thu, 2 Feb 2023 19:53:10 +0000 Subject: [PATCH] chore(release): 9.7.0 ## [9.7.0](https://github.com/imgix/react-imgix/compare/v9.6.0...v9.7.0) (2023-02-02) ### Features * allow width and height to be passed through htmlAttributes ([c8ef392](https://github.com/imgix/react-imgix/commit/c8ef392e2f54c36fdd69d70d33bbbdcbe2cb961c)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/constants.js | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ddbd03..ee456e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.7.0](https://github.com/imgix/react-imgix/compare/v9.6.0...v9.7.0) (2023-02-02) + + +### Features + +* allow width and height to be passed through htmlAttributes ([c8ef392](https://github.com/imgix/react-imgix/commit/c8ef392e2f54c36fdd69d70d33bbbdcbe2cb961c)) + ## [9.6.0](https://github.com/imgix/react-imgix/compare/v9.5.4...v9.6.0) (2023-01-11) diff --git a/package.json b/package.json index 50f4b429..32bf00b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-imgix", - "version": "9.6.0", + "version": "9.7.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 1f4982f7..686d5bd8 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1 +1 @@ -export const PACKAGE_VERSION = "9.6.0"; +export const PACKAGE_VERSION = "9.7.0";