Skip to content

Commit

Permalink
chore(release): 9.7.0
Browse files Browse the repository at this point in the history
## [9.7.0](v9.6.0...v9.7.0) (2023-02-02)

### Features

* allow width and height to be passed through htmlAttributes ([c8ef392](c8ef392))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Feb 2, 2023
1 parent c8ef392 commit 309ade1
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.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)


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.6.0",
"version": "9.7.0",
"description": "React Component for displaying an image from Imgix",
"author": "Frederick Fogerty <[email protected]> (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.6.0";
export const PACKAGE_VERSION = "9.7.0";

0 comments on commit 309ade1

Please sign in to comment.