Skip to content

Commit

Permalink
chore(release): 9.8.0
Browse files Browse the repository at this point in the history
## [9.8.0](v9.7.0...v9.8.0) (2023-08-04)

### Features

* add use client directive to index ([daa840f](daa840f))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Aug 4, 2023
1 parent 45b7dfc commit 825dee5
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.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)


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.7.0",
"version": "9.8.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.7.0";
export const PACKAGE_VERSION = "9.8.0";

0 comments on commit 825dee5

Please sign in to comment.