Skip to content

Commit

Permalink
chore(release): 9.1.0
Browse files Browse the repository at this point in the history
## [9.1.0](v9.0.4...v9.1.0) (2021-04-22)

### Features

* integrate @imgix/js-core into react-imgix ([#780](#780)) ([690e7b6](690e7b6)), closes [#763](#763)

 [skip ci]
  • Loading branch information
imgix-git-robot committed Apr 22, 2021
1 parent 690e7b6 commit 987dd74
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.1.0](https://github.com/imgix/react-imgix/compare/v9.0.4...v9.1.0) (2021-04-22)


### Features

* integrate @imgix/js-core into react-imgix ([#780](https://github.com/imgix/react-imgix/issues/780)) ([690e7b6](https://github.com/imgix/react-imgix/commit/690e7b6279aba5aaef797230fdf59e17ae388c5e)), closes [#763](https://github.com/imgix/react-imgix/issues/763)

### [9.0.4](https://github.com/imgix/react-imgix/compare/v9.0.3...v9.0.4) (2021-04-14)

# Changelog
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.0.4",
"version": "9.1.0",
"description": "React Component for displaying an image from Imgix",
"author": "Frederick Fogerty <frederick.fogerty@gmail.com> (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.0.4";
export const PACKAGE_VERSION = "9.1.0";

0 comments on commit 987dd74

Please sign in to comment.