Skip to content

Commit

Permalink
chore(release): 9.3.0
Browse files Browse the repository at this point in the history
## [9.3.0](v9.2.0...v9.3.0) (2021-08-05)

### Features

* add support for customizing srcset generation ([a00cf3a](a00cf3a))

### Bug Fixes

* replace individual props with single srcSetOptions prop ([9fc01fe](9fc01fe))
* revert changes to package-lock.json ([d85b371](d85b371))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Aug 5, 2021
1 parent ea362fe commit 3e176f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [9.3.0](https://github.com/imgix/react-imgix/compare/v9.2.0...v9.3.0) (2021-08-05)


### Features

* add support for customizing srcset generation ([a00cf3a](https://github.com/imgix/react-imgix/commit/a00cf3ab4e501c4345732e8b26ba10fdef7b039b))


### Bug Fixes

* replace individual props with single srcSetOptions prop ([9fc01fe](https://github.com/imgix/react-imgix/commit/9fc01fe971931b84e723534bf225a8a927ce9fcd))
* revert changes to package-lock.json ([d85b371](https://github.com/imgix/react-imgix/commit/d85b371f27d30bc2a5c263760bb6a50aeab6ec2d))

## [9.2.0](https://github.com/imgix/react-imgix/compare/v9.1.5...v9.2.0) (2021-06-17)


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.2.0",
"version": "9.3.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.2.0";
export const PACKAGE_VERSION = "9.3.0";

0 comments on commit 3e176f4

Please sign in to comment.