diff --git a/CHANGELOG.md b/CHANGELOG.md index 4974a74c..86ceb586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.0-rc.2](https://github.com/imgix/gatsby/compare/v1.6.0-rc.1...v1.6.0-rc.2) (2021-04-30) + + +### Features + +* allow resolveWidth and resolveHeight to be passed from third party plugins ([f5b5999](https://github.com/imgix/gatsby/commit/f5b5999c07a849be334284903014fdddacbc38d4)) + ## [1.6.0-rc.1](https://github.com/imgix/gatsby/compare/v1.5.0...v1.6.0-rc.1) (2021-04-26) diff --git a/package.json b/package.json index 46c6d0db..0451db9e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.0-rc.1", + "version": "1.6.0-rc.2", "name": "@imgix/gatsby", "description": "A Gatsby plugin to integrate with imgix's APIs", "author": "Frederick Fogerty ", diff --git a/src/common/constants.ts b/src/common/constants.ts index f7d9db4d..6b282118 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -1 +1 @@ -export const VERSION = '1.6.0-rc.1'; +export const VERSION = '1.6.0-rc.2';