Skip to content

Commit

Permalink
chore(release): 1.6.2
Browse files Browse the repository at this point in the history
### [1.6.2](v1.6.1...v1.6.2) (2021-05-10)

### Bug Fixes

* **gatsby-image-data:** untransform imgix params to fix dash imgix params ([08a05c5](08a05c5)), closes [#115](#115)

 [skip ci]
  • Loading branch information
imgix-git-robot committed May 10, 2021
1 parent 08a05c5 commit 70d1ac8
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 @@
### [1.6.2](https://github.com/imgix/gatsby/compare/v1.6.1...v1.6.2) (2021-05-10)


### Bug Fixes

* **gatsby-image-data:** untransform imgix params to fix dash imgix params ([08a05c5](https://github.com/imgix/gatsby/commit/08a05c5d1e7b3f9239ad245ddfe100799f2a509c)), closes [#115](https://github.com/imgix/gatsby/issues/115)

### [1.6.1](https://github.com/imgix/gatsby/compare/v1.6.0...v1.6.1) (2021-05-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.6.2",
"name": "@imgix/gatsby",
"description": "A Gatsby plugin to integrate with imgix's APIs",
"author": "Frederick Fogerty <frederick@imgix.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.6.1';
export const VERSION = '1.6.2';

0 comments on commit 70d1ac8

Please sign in to comment.