# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.14.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.3...gatsby-plugin-sharp@2.14.4) (2021-05-04)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.14.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.2...gatsby-plugin-sharp@2.14.3) (2021-02-25)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.14.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.1...gatsby-plugin-sharp@2.14.2) (2021-02-24)

### Bug Fixes

- **gatsby-plugin-sharp:** Fix defaults handling ([#29564](https://github.com/gatsbyjs/gatsby/issues/29564)) ([#29589](https://github.com/gatsbyjs/gatsby/issues/29589)) ([be9d9f9](https://github.com/gatsbyjs/gatsby/commit/be9d9f9c81606208cb4c237753e11b1e61a75dc4))

## [2.14.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0...gatsby-plugin-sharp@2.14.1) (2021-02-05)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.14.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0-next.1...gatsby-plugin-sharp@2.14.0) (2021-02-02)

### Bug Fixes

- **gatsby-plugin-sharp:** make sure to pass the failOnError option to base64 generation ([#29254](https://github.com/gatsbyjs/gatsby/issues/29254)) ([#29290](https://github.com/gatsbyjs/gatsby/issues/29290)) ([c68b5e6](https://github.com/gatsbyjs/gatsby/commit/c68b5e664bd334833c533ec5d9a03e49dbff628d))
- **gatsby-plugin-sharp:** Sanitize tmp filename ([#29246](https://github.com/gatsbyjs/gatsby/issues/29246)) ([c0f1b5c](https://github.com/gatsbyjs/gatsby/commit/c0f1b5c4e3689b33e48206f1e1a0ba80020ebf53))

### Features

- **gatsby-source-contentful:** Add gatsbyImageData resolver ([#28236](https://github.com/gatsbyjs/gatsby/issues/28236)) ([a823622](https://github.com/gatsbyjs/gatsby/commit/a82362267d2c842aa7dd3a65c8ffb8d51183c9eb)), closes [#29095](https://github.com/gatsbyjs/gatsby/issues/29095) [#29162](https://github.com/gatsbyjs/gatsby/issues/29162) [#29163](https://github.com/gatsbyjs/gatsby/issues/29163) [#29067](https://github.com/gatsbyjs/gatsby/issues/29067) [#29137](https://github.com/gatsbyjs/gatsby/issues/29137)

# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0-next.0...gatsby-plugin-sharp@2.14.0-next.1) (2021-01-26)

### Bug Fixes

- **gatsby-plugin-sharp:** ignore incorrect duotone options ([#28999](https://github.com/gatsbyjs/gatsby/issues/28999)) ([298eb31](https://github.com/gatsbyjs/gatsby/commit/298eb317f91b050f822803934931c136fa4e94c1))

### Features

- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de))
- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156))

# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.13.0-next.1...gatsby-plugin-sharp@2.14.0-next.0) (2021-01-18)

### Bug Fixes

- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35))

### Features

- **gatsby-plugin-image:** Change fullWidth to use breakpoints ([#29002](https://github.com/gatsbyjs/gatsby/issues/29002)) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111))

# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.13.0-next.0...gatsby-plugin-sharp@2.13.0-next.1) (2021-01-12)

### Bug Fixes

- **gatsby-plugin-sharp:** Add avif to pipeline ([#28871](https://github.com/gatsbyjs/gatsby/issues/28871)) ([1debff5](https://github.com/gatsbyjs/gatsby/commit/1debff5cb1133206ce08563f576d9a121a241730))
- **gatsby-plugin-sharp:** Pass format-specific options in image-data ([#28826](https://github.com/gatsbyjs/gatsby/issues/28826)) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3))
- **gatsby-plugin-sharp:** PathPrefix isn't being passed/set for GatsbyImage ([#28845](https://github.com/gatsbyjs/gatsby/issues/28845)) ([5874414](https://github.com/gatsbyjs/gatsby/commit/58744145d6f8ef2e36c9a5f2f4e06290b0cff942))

### Features

- Add support for aspectRatio ([#28941](https://github.com/gatsbyjs/gatsby/issues/28941)) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6))

### Performance Improvements

- **gatsby-plugin-sharp:** change approach to concurrency for image processing ([#28575](https://github.com/gatsbyjs/gatsby/issues/28575)) ([930e6b6](https://github.com/gatsbyjs/gatsby/commit/930e6b6e991cabd33f2be0fee2e8a315a8bee131))

# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.6...gatsby-plugin-sharp@2.13.0-next.0) (2020-12-29)

### Features

- **gatsby:** enable lazy images by default ([#28743](https://github.com/gatsbyjs/gatsby/issues/28743)) ([3b40d80](https://github.com/gatsbyjs/gatsby/commit/3b40d8025356f5141625234d1781bd80985fb5a3))

# [2.12.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.5...gatsby-plugin-sharp@2.12.0-next.6) (2020-12-29)

### Features

- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d))

# [2.12.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.4...gatsby-plugin-sharp@2.12.0-next.5) (2020-12-18)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.12.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.3...gatsby-plugin-sharp@2.12.0-next.4) (2020-12-17)

### Bug Fixes

- **deps:** update minor and patch for gatsby-plugin-sharp ([#28509](https://github.com/gatsbyjs/gatsby/issues/28509)) ([0ce0f69](https://github.com/gatsbyjs/gatsby/commit/0ce0f69863d92cf104185667980e04c1a31837aa))

# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.2...gatsby-plugin-sharp@2.12.0-next.3) (2020-12-17)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.1...gatsby-plugin-sharp@2.12.0-next.2) (2020-12-17)

### Features

- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e))

# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.0...gatsby-plugin-sharp@2.12.0-next.1) (2020-12-15)

### Bug Fixes

- **gatsby-plugin-image:** Correctly handle formats in StaticImage ([#28618](https://github.com/gatsbyjs/gatsby/issues/28618)) ([912f30c](https://github.com/gatsbyjs/gatsby/commit/912f30c099f98fa382fe653a3a2c07253bd6b452))
- **gatsby-plugin-sharp:** catch errors when writing base64 images ([#28614](https://github.com/gatsbyjs/gatsby/issues/28614)) ([02860da](https://github.com/gatsbyjs/gatsby/commit/02860da8f8871c21c647fae5c0e81380f6809166))
- **gatsby-plugin-sharp:** Include default transform options for webp ([#28620](https://github.com/gatsbyjs/gatsby/issues/28620)) ([1c750b6](https://github.com/gatsbyjs/gatsby/commit/1c750b618e069c684b5cba49324449389934f050))

# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.4...gatsby-plugin-sharp@2.12.0-next.0) (2020-12-10)

### Bug Fixes

- **gatsby-plugin-sharp:** fix image url decoding for lazy images ([#28576](https://github.com/gatsbyjs/gatsby/issues/28576)) ([592d3d1](https://github.com/gatsbyjs/gatsby/commit/592d3d1914413435a9a202cdfc2cd4ac84486a71))

### Features

- **gatsby-plugin-sharp:** run a single transformation for lazy images ([#28574](https://github.com/gatsbyjs/gatsby/issues/28574)) ([498fbbf](https://github.com/gatsbyjs/gatsby/commit/498fbbfc5ecdd3da5d8f3dbe6a10ae908af2786a))

# [2.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.3...gatsby-plugin-sharp@2.11.0-next.4) (2020-12-08)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.2...gatsby-plugin-sharp@2.11.0-next.3) (2020-12-04)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.1...gatsby-plugin-sharp@2.11.0-next.2) (2020-12-03)

### Bug Fixes

- **gatsby-plugin-sharp:** decode URL so it matches the cache key ([#28449](https://github.com/gatsbyjs/gatsby/issues/28449)) ([946eed0](https://github.com/gatsbyjs/gatsby/commit/946eed0fb8cff37471d85a2b0d09f493e7e0442d))

# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.0...gatsby-plugin-sharp@2.11.0-next.1) (2020-12-01)

### Bug Fixes

- avoid joi validation error when using reporter.panic ([#28291](https://github.com/gatsbyjs/gatsby/issues/28291)) ([231cf9f](https://github.com/gatsbyjs/gatsby/commit/231cf9f8c0ad077c8c1324a5c89c791a2da775a1))

# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.10.0-next.1...gatsby-plugin-sharp@2.11.0-next.0) (2020-11-26)

### Features

- **gatsby-plugin-image:** Add image plugin helpers ([#28110](https://github.com/gatsbyjs/gatsby/issues/28110)) ([6ed397f](https://github.com/gatsbyjs/gatsby/commit/6ed397f22c5cae21563de095f1f1a6d6e26ba100))
- **gatsby-plugin-sharp:** add experimental opt-in lazy image processing mode for `gatsby develop` ([#28288](https://github.com/gatsbyjs/gatsby/issues/28288)) ([cc68a1f](https://github.com/gatsbyjs/gatsby/commit/cc68a1f435e6fc923908d7a2b84f52dc2a999f4d))

# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.10.0-next.0...gatsby-plugin-sharp@2.10.0-next.1) (2020-11-18)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.9.0-next.0...gatsby-plugin-sharp@2.10.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.8.0-next.0...gatsby-plugin-sharp@2.8.0-next.1) (2020-11-10)

### Features

- **gatsby-transformer-sharp:** Resolver API changes ([#27783](https://github.com/gatsbyjs/gatsby/issues/27783)) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)), closes [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619)

# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.44...gatsby-plugin-sharp@2.7.0) (2020-11-02)

### Features

- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))

## [2.6.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.43...gatsby-plugin-sharp@2.6.44) (2020-11-02)

### Features

- Add new image resolvers ([#27443](https://github.com/gatsbyjs/gatsby/issues/27443)) ([e2022c2](https://github.com/gatsbyjs/gatsby/commit/e2022c23203c9d0bf43d7de74d8999a7c738391f)), closes [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619)

## [2.6.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.42...gatsby-plugin-sharp@2.6.43) (2020-10-19)

### Performance Improvements

- **gatsby-plugin-image:** Optimise image size functions ([#27544](https://github.com/gatsbyjs/gatsby/issues/27544)) ([8752477](https://github.com/gatsbyjs/gatsby/commit/87524778996452b2649e29588526a724f9813d45))

## [2.6.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.41...gatsby-plugin-sharp@2.6.42) (2020-10-12)

### Features

- **gatsby-plugin-sharp:** added option to allow sharp process to continue with errors ([#27345](https://github.com/gatsbyjs/gatsby/issues/27345)) ([1da5926](https://github.com/gatsbyjs/gatsby/commit/1da5926959b1c451ce1c0e6444a195a6c5616e82))

## [2.6.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.40...gatsby-plugin-sharp@2.6.41) (2020-10-12)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.39...gatsby-plugin-sharp@2.6.40) (2020-10-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.38...gatsby-plugin-sharp@2.6.39) (2020-10-06)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.37...gatsby-plugin-sharp@2.6.38) (2020-10-01)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.36...gatsby-plugin-sharp@2.6.37) (2020-09-28)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.35...gatsby-plugin-sharp@2.6.36) (2020-09-15)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.34...gatsby-plugin-sharp@2.6.35) (2020-09-10)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.33...gatsby-plugin-sharp@2.6.34) (2020-09-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.32...gatsby-plugin-sharp@2.6.33) (2020-09-08)

### Bug Fixes

- **gatsby-plugin-sharp:** Don't swallow sharp errors ([#26806](https://github.com/gatsbyjs/gatsby/issues/26806)) ([5549a23](https://github.com/gatsbyjs/gatsby/commit/5549a23))

## [2.6.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.31...gatsby-plugin-sharp@2.6.32) (2020-09-07)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.30...gatsby-plugin-sharp@2.6.31) (2020-08-31)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.29...gatsby-plugin-sharp@2.6.30) (2020-08-28)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.28...gatsby-plugin-sharp@2.6.29) (2020-08-26)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.27...gatsby-plugin-sharp@2.6.28) (2020-08-24)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.26...gatsby-plugin-sharp@2.6.27) (2020-08-11)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.25...gatsby-plugin-sharp@2.6.26) (2020-08-10)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.24...gatsby-plugin-sharp@2.6.25) (2020-08-05)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.23...gatsby-plugin-sharp@2.6.24) (2020-07-30)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.22...gatsby-plugin-sharp@2.6.23) (2020-07-28)

### Bug Fixes

- do not augment plugin-options ([#26006](https://github.com/gatsbyjs/gatsby/issues/26006)) ([222920b](https://github.com/gatsbyjs/gatsby/commit/222920b))

## [2.6.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.21...gatsby-plugin-sharp@2.6.22) (2020-07-24)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.20...gatsby-plugin-sharp@2.6.21) (2020-07-21)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.19...gatsby-plugin-sharp@2.6.20) (2020-07-20)

### Bug Fixes

- **gatsby-plugin-sharp:** return correct height ([#25150](https://github.com/gatsbyjs/gatsby/issues/25150)) ([f1ace29](https://github.com/gatsbyjs/gatsby/commit/f1ace29))

## [2.6.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.18...gatsby-plugin-sharp@2.6.19) (2020-07-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.17...gatsby-plugin-sharp@2.6.18) (2020-07-06)

### Bug Fixes

- **gatsby-transformer-sharp:** removed unnecessary conversion to webp ([#25325](https://github.com/gatsbyjs/gatsby/issues/25325)) ([a5459bc](https://github.com/gatsbyjs/gatsby/commit/a5459bc))

## [2.6.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.16...gatsby-plugin-sharp@2.6.17) (2020-07-02)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.15...gatsby-plugin-sharp@2.6.16) (2020-07-01)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.14...gatsby-plugin-sharp@2.6.15) (2020-07-01)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.13...gatsby-plugin-sharp@2.6.14) (2020-06-24)

### Bug Fixes

- **gatsby-plugin-sharp:** use contentdigest for base64 cache ([#24892](https://github.com/gatsbyjs/gatsby/issues/24892)) ([1c99d34](https://github.com/gatsbyjs/gatsby/commit/1c99d34))

## [2.6.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.12...gatsby-plugin-sharp@2.6.13) (2020-06-22)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.11...gatsby-plugin-sharp@2.6.12) (2020-06-19)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.10...gatsby-plugin-sharp@2.6.11) (2020-06-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.9...gatsby-plugin-sharp@2.6.10) (2020-06-02)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.8...gatsby-plugin-sharp@2.6.9) (2020-05-22)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.7...gatsby-plugin-sharp@2.6.8) (2020-05-20)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.6...gatsby-plugin-sharp@2.6.7) (2020-05-20)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.5...gatsby-plugin-sharp@2.6.6) (2020-05-19)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.4...gatsby-plugin-sharp@2.6.5) (2020-05-19)

### Bug Fixes

- **gatsby-plugin-sharp:** presentation sizes ([#23905](https://github.com/gatsbyjs/gatsby/issues/23905)) ([900e6e8](https://github.com/gatsbyjs/gatsby/commit/900e6e8))

## [2.6.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.3...gatsby-plugin-sharp@2.6.4) (2020-05-18)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.2...gatsby-plugin-sharp@2.6.3) (2020-05-13)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.6.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.1...gatsby-plugin-sharp@2.6.2) (2020-05-07)

### Bug Fixes

- **gatsby-image:** Fix fluid not respecting maxWidth/maxHeight ([#17006](https://github.com/gatsbyjs/gatsby/issues/17006)) ([ad7cd6b](https://github.com/gatsbyjs/gatsby/commit/ad7cd6b))

## [2.6.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.0...gatsby-plugin-sharp@2.6.1) (2020-05-05)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.7...gatsby-plugin-sharp@2.6.0) (2020-04-27)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.5.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.6...gatsby-plugin-sharp@2.5.7) (2020-04-24)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.5.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.5...gatsby-plugin-sharp@2.5.6) (2020-04-17)

### Bug Fixes

- **gatsby-plugin-sharp:** error if we can't determine dimensio… ([#23156](https://github.com/gatsbyjs/gatsby/issues/23156)) ([e11c970](https://github.com/gatsbyjs/gatsby/commit/e11c970))
- wrap ignore pattern in quotes ([#23176](https://github.com/gatsbyjs/gatsby/issues/23176)) ([7563db6](https://github.com/gatsbyjs/gatsby/commit/7563db6))

## [2.5.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.4...gatsby-plugin-sharp@2.5.5) (2020-04-16)

### Bug Fixes

- **gatsby-plugin-sharp:** trim option failed ([#22997](https://github.com/gatsbyjs/gatsby/issues/22997)) ([0558443](https://github.com/gatsbyjs/gatsby/commit/0558443))

## [2.5.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.3...gatsby-plugin-sharp@2.5.4) (2020-04-04)

### Bug Fixes

- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))

## [2.5.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.2...gatsby-plugin-sharp@2.5.3) (2020-03-24)

### Bug Fixes

- **docs:** remove double words ([#22494](https://github.com/gatsbyjs/gatsby/issues/22494)) ([75f6ee2](https://github.com/gatsbyjs/gatsby/commit/75f6ee2))
- **gatsby-plugin-sharp:** Apply transformArgs on compressJpg a… ([#22538](https://github.com/gatsbyjs/gatsby/issues/22538)) ([4fd158f](https://github.com/gatsbyjs/gatsby/commit/4fd158f))

## [2.5.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.1...gatsby-plugin-sharp@2.5.2) (2020-03-23)

### Bug Fixes

- **gatsby-plugin-sharp:** fix Traced SVG scaling issue in Internet Explorer ([#22358](https://github.com/gatsbyjs/gatsby/issues/22358)) ([6d4fa76](https://github.com/gatsbyjs/gatsby/commit/6d4fa76))

## [2.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.0...gatsby-plugin-sharp@2.5.1) (2020-03-20)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.13...gatsby-plugin-sharp@2.5.0) (2020-03-20)

### Features

- **gatsby:** bump node min version to 10.13.0 ([#22400](https://github.com/gatsbyjs/gatsby/issues/22400)) ([83d681a](https://github.com/gatsbyjs/gatsby/commit/83d681a))

## [2.4.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.12...gatsby-plugin-sharp@2.4.13) (2020-03-16)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.11...gatsby-plugin-sharp@2.4.12) (2020-03-12)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.10...gatsby-plugin-sharp@2.4.11) (2020-03-11)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.9...gatsby-plugin-sharp@2.4.10) (2020-03-10)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.8...gatsby-plugin-sharp@2.4.9) (2020-03-10)

### Features

- **gatsby-transformer-sharp:** add inside and outside fit opt… ([#14852](https://github.com/gatsbyjs/gatsby/issues/14852)) ([1aa2974](https://github.com/gatsbyjs/gatsby/commit/1aa2974)), closes [#13078](https://github.com/gatsbyjs/gatsby/issues/13078) [/github.com/gatsbyjs/gatsby/pull/13078#issuecomment-482247808](https://github.com//github.com/gatsbyjs/gatsby/pull/13078/issues/issuecomment-482247808)

## [2.4.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.7...gatsby-plugin-sharp@2.4.8) (2020-03-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.6...gatsby-plugin-sharp@2.4.7) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.5...gatsby-plugin-sharp@2.4.6) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.4...gatsby-plugin-sharp@2.4.5) (2020-02-01)

### Bug Fixes

- **gatsby-plugin-sharp:** throw error when not added to gatsby-config ([#21045](https://github.com/gatsbyjs/gatsby/issues/21045)) ([3487e48](https://github.com/gatsbyjs/gatsby/commit/3487e48))

## [2.4.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.3...gatsby-plugin-sharp@2.4.4) (2020-01-29)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.2...gatsby-plugin-sharp@2.4.3) (2020-01-27)

### Bug Fixes

- **gatsby-plugin-sharp:** add output file cache back for non job api ([#20905](https://github.com/gatsbyjs/gatsby/issues/20905)) ([64a5399](https://github.com/gatsbyjs/gatsby/commit/64a5399))

## [2.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.1...gatsby-plugin-sharp@2.4.2) (2020-01-27)

### Bug Fixes

- **gatsby-plugin-sharp:** honor `stripMetadata` setting for webp output images ([#20860](https://github.com/gatsbyjs/gatsby/issues/20860)) ([b1e328a](https://github.com/gatsbyjs/gatsby/commit/b1e328a))

## [2.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.0...gatsby-plugin-sharp@2.4.1) (2020-01-27)

### Bug Fixes

- **gatsby-plugin-sharp:** convert rotate boolean to int ([#20894](https://github.com/gatsbyjs/gatsby/issues/20894)) ([a8135ea](https://github.com/gatsbyjs/gatsby/commit/a8135ea))
- **gatsby-plugin-sharp:** hot fix for "Generating image thumbnails" progress bar reporting duplicates that don't do actual processing ([#20839](https://github.com/gatsbyjs/gatsby/issues/20839)) ([db36d69](https://github.com/gatsbyjs/gatsby/commit/db36d69))

# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.13...gatsby-plugin-sharp@2.4.0) (2020-01-21)

### Features

- **gatsby-plugin-sharp:** move to jobs-api v2 ([#19940](https://github.com/gatsbyjs/gatsby/issues/19940)) ([dbab3f9](https://github.com/gatsbyjs/gatsby/commit/dbab3f9))

## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.12...gatsby-plugin-sharp@2.3.13) (2020-01-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.10...gatsby-plugin-sharp@2.3.12) (2020-01-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.10...gatsby-plugin-sharp@2.3.11) (2020-01-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.9...gatsby-plugin-sharp@2.3.10) (2019-12-20)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.8...gatsby-plugin-sharp@2.3.9) (2019-12-17)

### Bug Fixes

- **#19220:** added default args for generateBase64 function ([#20158](https://github.com/gatsbyjs/gatsby/issues/20158)) ([d6c2b73](https://github.com/gatsbyjs/gatsby/commit/d6c2b73)), closes [#19220](https://github.com/gatsbyjs/gatsby/issues/19220)

## [2.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.7...gatsby-plugin-sharp@2.3.8) (2019-12-16)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.5...gatsby-plugin-sharp@2.3.7) (2019-12-10)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.5...gatsby-plugin-sharp@2.3.6) (2019-12-10)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.4...gatsby-plugin-sharp@2.3.5) (2019-12-02)

### Bug Fixes

- **gatsby-core-utils:** make createContentDigest deterministic ([#19832](https://github.com/gatsbyjs/gatsby/issues/19832)) ([cb6d0e2](https://github.com/gatsbyjs/gatsby/commit/cb6d0e2))

## [2.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.3...gatsby-plugin-sharp@2.3.4) (2019-11-26)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.2...gatsby-plugin-sharp@2.3.3) (2019-11-25)

### Bug Fixes

- **gatsby-plugin-sharp:** fix progressbar & caching layer ([#19717](https://github.com/gatsbyjs/gatsby/issues/19717)) ([7f9d5bb](https://github.com/gatsbyjs/gatsby/commit/7f9d5bb))

## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.1...gatsby-plugin-sharp@2.3.2) (2019-11-18)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.0...gatsby-plugin-sharp@2.3.1) (2019-11-18)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.39...gatsby-plugin-sharp@2.3.0) (2019-11-15)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.38...gatsby-plugin-sharp@2.2.39) (2019-11-15)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.37...gatsby-plugin-sharp@2.2.38) (2019-11-13)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.36...gatsby-plugin-sharp@2.2.37) (2019-11-10)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.35...gatsby-plugin-sharp@2.2.36) (2019-10-29)

### Bug Fixes

- **gatsby-plugin-sharp:** fix "Cannot set property 'multipassCount' of undefined" error ([#19131](https://github.com/gatsbyjs/gatsby/issues/19131)) ([3766dcd](https://github.com/gatsbyjs/gatsby/commit/3766dcd))

## [2.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.34...gatsby-plugin-sharp@2.2.35) (2019-10-29)

### Bug Fixes

- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))

## [2.2.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.33...gatsby-plugin-sharp@2.2.34) (2019-10-28)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.32...gatsby-plugin-sharp@2.2.33) (2019-10-28)

### Bug Fixes

- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))

## [2.2.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.31...gatsby-plugin-sharp@2.2.32) (2019-10-16)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.30...gatsby-plugin-sharp@2.2.31) (2019-10-14)

### Bug Fixes

- **gatsby-plugin-sharp:** Allow brackets in paths ([#18289](https://github.com/gatsbyjs/gatsby/issues/18289)) ([f9933b1](https://github.com/gatsbyjs/gatsby/commit/f9933b1))

## [2.2.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.29...gatsby-plugin-sharp@2.2.30) (2019-10-14)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.28...gatsby-plugin-sharp@2.2.29) (2019-10-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.27...gatsby-plugin-sharp@2.2.28) (2019-10-04)

### Bug Fixes

- update dependency bluebird to ^3.7.0 ([#18029](https://github.com/gatsbyjs/gatsby/issues/18029)) ([bd235a8](https://github.com/gatsbyjs/gatsby/commit/bd235a8))

## [2.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.25...gatsby-plugin-sharp@2.2.27) (2019-09-26)

### Bug Fixes

- update dependency sharp to ^0.23.1 ([#17904](https://github.com/gatsbyjs/gatsby/issues/17904)) ([f19ad3c](https://github.com/gatsbyjs/gatsby/commit/f19ad3c))

## [2.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.25...gatsby-plugin-sharp@2.2.26) (2019-09-26)

### Bug Fixes

- update dependency sharp to ^0.23.1 ([#17904](https://github.com/gatsbyjs/gatsby/issues/17904)) ([f19ad3c](https://github.com/gatsbyjs/gatsby/commit/f19ad3c))

## [2.2.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.24...gatsby-plugin-sharp@2.2.25) (2019-09-20)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.23...gatsby-plugin-sharp@2.2.24) (2019-09-18)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.22...gatsby-plugin-sharp@2.2.23) (2019-09-18)

### Bug Fixes

- **gatsby-plugin-sharp:** Set a unique uuid for each job ([#17693](https://github.com/gatsbyjs/gatsby/issues/17693)) ([0926c73](https://github.com/gatsbyjs/gatsby/commit/0926c73))

## [2.2.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.21...gatsby-plugin-sharp@2.2.22) (2019-09-13)

### Features

- **gatsby-remark-images:** Add flag to suppress css background-image to prevent FOUB ([#17154](https://github.com/gatsbyjs/gatsby/issues/17154)) ([125fd01](https://github.com/gatsbyjs/gatsby/commit/125fd01))

## [2.2.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.20...gatsby-plugin-sharp@2.2.21) (2019-09-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.19...gatsby-plugin-sharp@2.2.20) (2019-09-05)

### Bug Fixes

- **gatsby-plugin-sharp:** convert "overlayWith" to "composite" ([#17392](https://github.com/gatsbyjs/gatsby/issues/17392)) ([49913ba](https://github.com/gatsbyjs/gatsby/commit/49913ba)), closes [#17162](https://github.com/gatsbyjs/gatsby/issues/17162)

## [2.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.18...gatsby-plugin-sharp@2.2.19) (2019-09-01)

### Bug Fixes

- update minor updates in packages except react, babel and eslint ([#17254](https://github.com/gatsbyjs/gatsby/issues/17254)) ([252d867](https://github.com/gatsbyjs/gatsby/commit/252d867))

## [2.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.17...gatsby-plugin-sharp@2.2.18) (2019-08-24)

### Bug Fixes

- update dependency fs-extra to v8 ([#17031](https://github.com/gatsbyjs/gatsby/issues/17031)) ([d891a19](https://github.com/gatsbyjs/gatsby/commit/d891a19))

## [2.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.16...gatsby-plugin-sharp@2.2.17) (2019-08-23)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.15...gatsby-plugin-sharp@2.2.16) (2019-08-22)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.14...gatsby-plugin-sharp@2.2.15) (2019-08-22)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.13...gatsby-plugin-sharp@2.2.14) (2019-08-21)

### Bug Fixes

- update dependency bluebird to ^3.5.5 ([#16825](https://github.com/gatsbyjs/gatsby/issues/16825)) ([ec0be83](https://github.com/gatsbyjs/gatsby/commit/ec0be83))
- update dependency fs-extra to ^7.0.1 ([#16878](https://github.com/gatsbyjs/gatsby/issues/16878)) ([f008fed](https://github.com/gatsbyjs/gatsby/commit/f008fed))
- **gatsby:** Fix tracing so that everything happens under one span ([#16893](https://github.com/gatsbyjs/gatsby/issues/16893)) ([f8cae16](https://github.com/gatsbyjs/gatsby/commit/f8cae16))

## [2.2.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.12...gatsby-plugin-sharp@2.2.13) (2019-08-20)

### Bug Fixes

- update dependency async to ^2.6.3 ([#16806](https://github.com/gatsbyjs/gatsby/issues/16806)) ([54e8461](https://github.com/gatsbyjs/gatsby/commit/54e8461))

## [2.2.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.11...gatsby-plugin-sharp@2.2.12) (2019-08-16)

### Bug Fixes

- **docs:** dead links to sharp documentation, need to point to new host ([#16687](https://github.com/gatsbyjs/gatsby/issues/16687)) ([7c096e7](https://github.com/gatsbyjs/gatsby/commit/7c096e7))

## [2.2.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.10...gatsby-plugin-sharp@2.2.11) (2019-08-09)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.9...gatsby-plugin-sharp@2.2.10) (2019-08-06)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.8...gatsby-plugin-sharp@2.2.9) (2019-07-22)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.7...gatsby-plugin-sharp@2.2.8) (2019-07-17)

### Bug Fixes

- **gatsby-plugin-sharp:** Updates cpu core count path to corre… ([#15833](https://github.com/gatsbyjs/gatsby/issues/15833)) ([8f44086](https://github.com/gatsbyjs/gatsby/commit/8f44086))

## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.6...gatsby-plugin-sharp@2.2.7) (2019-07-13)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.5...gatsby-plugin-sharp@2.2.6) (2019-07-12)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.4...gatsby-plugin-sharp@2.2.5) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))

### Features

- **gatsby-plugin-sharp:** enable gatsby cloud processing ([#15384](https://github.com/gatsbyjs/gatsby/issues/15384)) ([bfc2891](https://github.com/gatsbyjs/gatsby/commit/bfc2891))

## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.3...gatsby-plugin-sharp@2.2.4) (2019-07-11)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.2...gatsby-plugin-sharp@2.2.3) (2019-07-06)

### Bug Fixes

- **gatsby-plugin-sharp:** sort nested options ([#15459](https://github.com/gatsbyjs/gatsby/issues/15459)) ([6ea8c29](https://github.com/gatsbyjs/gatsby/commit/6ea8c29))

## [2.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.1...gatsby-plugin-sharp@2.2.2) (2019-07-02)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.0...gatsby-plugin-sharp@2.2.1) (2019-06-21)

### Features

- **gatsby-image:** Add art direction ([#13395](https://github.com/gatsbyjs/gatsby/issues/13395)) ([02edcdc](https://github.com/gatsbyjs/gatsby/commit/02edcdc))

# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.9...gatsby-plugin-sharp@2.2.0) (2019-06-20)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.6...gatsby-plugin-sharp@2.1.9) (2019-06-19)

### Bug Fixes

- fix gatsby-cli dep in source-filesystem & plugin-sharp ([#14881](https://github.com/gatsbyjs/gatsby/issues/14881)) ([2594623](https://github.com/gatsbyjs/gatsby/commit/2594623))

## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.7...gatsby-plugin-sharp@2.1.8) (2019-06-19)

### Bug Fixes

- fix gatsby-cli dep in source-filesystem & plugin-sharp ([#14881](https://github.com/gatsbyjs/gatsby/issues/14881)) ([2594623](https://github.com/gatsbyjs/gatsby/commit/2594623))

## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.6...gatsby-plugin-sharp@2.1.7) (2019-06-18)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.5...gatsby-plugin-sharp@2.1.6) (2019-06-18)

### Features

- **gatsby-cli:** move progressbar into ink ([#14220](https://github.com/gatsbyjs/gatsby/issues/14220)) ([967597c](https://github.com/gatsbyjs/gatsby/commit/967597c))

## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.3...gatsby-plugin-sharp@2.1.5) (2019-06-12)

### Bug Fixes

- **gatsby-plugin-sharp:** create job before async-queue processing ([#14731](https://github.com/gatsbyjs/gatsby/issues/14731)) ([f566210](https://github.com/gatsbyjs/gatsby/commit/f566210))

## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.3...gatsby-plugin-sharp@2.1.4) (2019-06-12)

### Bug Fixes

- **gatsby-plugin-sharp:** create job before async-queue processing ([#14731](https://github.com/gatsbyjs/gatsby/issues/14731)) ([f566210](https://github.com/gatsbyjs/gatsby/commit/f566210))

## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.2...gatsby-plugin-sharp@2.1.3) (2019-05-31)

### Features

- **image-sharp:** add trim option ([#14137](https://github.com/gatsbyjs/gatsby/issues/14137)) ([cf0e77b](https://github.com/gatsbyjs/gatsby/commit/cf0e77b))

## [2.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.1...gatsby-plugin-sharp@2.1.2) (2019-05-29)

### Bug Fixes

- cache tracedSVG calculations when cache is present ([#12044](https://github.com/gatsbyjs/gatsby/issues/12044)) ([c40bc4b](https://github.com/gatsbyjs/gatsby/commit/c40bc4b))
- **gatsby-plugin-sharp:** Image rotation ([#14302](https://github.com/gatsbyjs/gatsby/issues/14302)) ([5e4bf34](https://github.com/gatsbyjs/gatsby/commit/5e4bf34))

## [2.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.1.0...gatsby-plugin-sharp@2.1.1) (2019-05-24)

**Note:** Version bump only for package gatsby-plugin-sharp

# [2.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.37...gatsby-plugin-sharp@2.1.0) (2019-05-23)

### Features

- **gatsby-plugin-sharp:** remove 3x DPi resolutions ([#14201](https://github.com/gatsbyjs/gatsby/issues/14201)) ([d821f0e](https://github.com/gatsbyjs/gatsby/commit/d821f0e))

## [2.0.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.36...gatsby-plugin-sharp@2.0.37) (2019-05-09)

### Bug Fixes

- **gatsby-plugin-sharp:** ignore sizeByPixelDensity option and add deprecation warning ([#13852](https://github.com/gatsbyjs/gatsby/issues/13852)) ([4131a09](https://github.com/gatsbyjs/gatsby/commit/4131a09)), closes [#12743](https://github.com/gatsbyjs/gatsby/issues/12743)

## [2.0.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.35...gatsby-plugin-sharp@2.0.36) (2019-05-03)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.34...gatsby-plugin-sharp@2.0.35) (2019-04-17)

### Bug Fixes

- **gatsby-plugin-sharp:** tracedSVG for `fluid` images should respect forced aspect ratio ([#9337](https://github.com/gatsbyjs/gatsby/issues/9337)) ([2fed2c7](https://github.com/gatsbyjs/gatsby/commit/2fed2c7)), closes [#9204](https://github.com/gatsbyjs/gatsby/issues/9204)

## [2.0.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.33...gatsby-plugin-sharp@2.0.34) (2019-04-11)

### Features

- add options fit and background to image sharp ([#13078](https://github.com/gatsbyjs/gatsby/issues/13078)) ([494ad07](https://github.com/gatsbyjs/gatsby/commit/494ad07)), closes [#12972](https://github.com/gatsbyjs/gatsby/issues/12972)

## [2.0.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.32...gatsby-plugin-sharp@2.0.33) (2019-04-09)

### Bug Fixes

- **gatsby-plugin-sharp:** don't write to same temporary time multiple times at a same time ([#12927](https://github.com/gatsbyjs/gatsby/issues/12927)) ([5e254e2](https://github.com/gatsbyjs/gatsby/commit/5e254e2)), closes [#8301](https://github.com/gatsbyjs/gatsby/issues/8301)

## [2.0.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.31...gatsby-plugin-sharp@2.0.32) (2019-03-27)

### Bug Fixes

- **gatsby-plugin-sharp:** strip non related args when hashing resizing args ([#12129](https://github.com/gatsbyjs/gatsby/issues/12129)) ([da0b622](https://github.com/gatsbyjs/gatsby/commit/da0b622))

## [2.0.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.30...gatsby-plugin-sharp@2.0.31) (2019-03-25)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.29...gatsby-plugin-sharp@2.0.30) (2019-03-20)

### Bug Fixes

- **gatsby-plugin-sharp:** bail early if sharp isn't working ([#10677](https://github.com/gatsbyjs/gatsby/issues/10677)) ([2104a9f](https://github.com/gatsbyjs/gatsby/commit/2104a9f))

## [2.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.28...gatsby-plugin-sharp@2.0.29) (2019-03-15)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.27...gatsby-plugin-sharp@2.0.28) (2019-03-12)

### Features

- **gatsby-image:** Placeholder Improvements ([#10944](https://github.com/gatsbyjs/gatsby/issues/10944)) ([44491ef](https://github.com/gatsbyjs/gatsby/commit/44491ef))

## [2.0.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.26...gatsby-plugin-sharp@2.0.27) (2019-03-11)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.25...gatsby-plugin-sharp@2.0.26) (2019-03-11)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.24...gatsby-plugin-sharp@2.0.25) (2019-03-05)

### Bug Fixes

- don't crash if cpu-core-count is not available ([#12332](https://github.com/gatsbyjs/gatsby/issues/12332)) ([412217d](https://github.com/gatsbyjs/gatsby/commit/412217d))

## [2.0.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.23...gatsby-plugin-sharp@2.0.24) (2019-03-04)

### Features

- **gatsby:** configure physical cores, logical_cores or fixed number ([#10257](https://github.com/gatsbyjs/gatsby/issues/10257)) ([c51440e](https://github.com/gatsbyjs/gatsby/commit/c51440e))

## [2.0.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.22...gatsby-plugin-sharp@2.0.23) (2019-02-28)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.21...gatsby-plugin-sharp@2.0.22) (2019-02-22)

### Features

- **gatsby-plugin-sharp:** Add tracedSVG option in fluid and fixed processors ([#11981](https://github.com/gatsbyjs/gatsby/issues/11981)) ([8aaaa85](https://github.com/gatsbyjs/gatsby/commit/8aaaa85)), closes [#11912](https://github.com/gatsbyjs/gatsby/issues/11912)

## [2.0.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.20...gatsby-plugin-sharp@2.0.21) (2019-02-19)

### Features

- **gatsby-plugin-sharp:** add defaultQuality option ([8af9826](https://github.com/gatsbyjs/gatsby/commit/8af9826))

## [2.0.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.19...gatsby-plugin-sharp@2.0.20) (2019-02-01)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.0.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.18...gatsby-plugin-sharp@2.0.19) (2019-01-29)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.18"></a>

## [2.0.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.17...gatsby-plugin-sharp@2.0.18) (2019-01-23)

### Features

- **gatsby-plugin-sharp:** Add support for pngquant speed option ([#9563](https://github.com/gatsbyjs/gatsby/issues/9563)) ([b789689](https://github.com/gatsbyjs/gatsby/commit/b789689))

<a name="2.0.17"></a>

## [2.0.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.16...gatsby-plugin-sharp@2.0.17) (2018-12-27)

### Bug Fixes

- **gatsby-plugin-sharp:** url encode file names ([#10650](https://github.com/gatsbyjs/gatsby/issues/10650)) ([4685bcb](https://github.com/gatsbyjs/gatsby/commit/4685bcb))

<a name="2.0.16"></a>

## [2.0.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.15...gatsby-plugin-sharp@2.0.16) (2018-12-21)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.15"></a>

## [2.0.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.14...gatsby-plugin-sharp@2.0.15) (2018-12-07)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.14"></a>

## [2.0.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.13...gatsby-plugin-sharp@2.0.14) (2018-11-29)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.13"></a>

## [2.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.12...gatsby-plugin-sharp@2.0.13) (2018-11-21)

### Bug Fixes

- **gatsby-plugin-sharp:** use actions provided, don't assume Gatsby module location. ([#9986](https://github.com/gatsbyjs/gatsby/issues/9986)) ([54f6a85](https://github.com/gatsbyjs/gatsby/commit/54f6a85)), closes [#9984](https://github.com/gatsbyjs/gatsby/issues/9984)

<a name="2.0.12"></a>

## [2.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.11...gatsby-plugin-sharp@2.0.12) (2018-11-06)

### Features

- **gatsby-plugin-sharp:** cache base64 if possible ([#9059](https://github.com/gatsbyjs/gatsby/issues/9059)) ([5dc9346](https://github.com/gatsbyjs/gatsby/commit/5dc9346)), closes [#6999](https://github.com/gatsbyjs/gatsby/issues/6999)

<a name="2.0.11"></a>

## [2.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.10...gatsby-plugin-sharp@2.0.11) (2018-11-01)

### Features

- **gatsby:** Move connection out of sift ([#9508](https://github.com/gatsbyjs/gatsby/issues/9508)) ([8c7a745](https://github.com/gatsbyjs/gatsby/commit/8c7a745)), closes [#9416](https://github.com/gatsbyjs/gatsby/issues/9416) [#9338](https://github.com/gatsbyjs/gatsby/issues/9338)

<a name="2.0.10"></a>

## [2.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.9...gatsby-plugin-sharp@2.0.10) (2018-10-29)

### Features

- use hashed folder names instead of filenames. closes [#6232](https://github.com/gatsbyjs/gatsby/issues/6232) ([#8808](https://github.com/gatsbyjs/gatsby/issues/8808)) ([2a66958](https://github.com/gatsbyjs/gatsby/commit/2a66958))

<a name="2.0.9"></a>

## [2.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.8...gatsby-plugin-sharp@2.0.9) (2018-10-29)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.8"></a>

## [2.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.7...gatsby-plugin-sharp@2.0.8) (2018-10-24)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.7"></a>

## [2.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.6...gatsby-plugin-sharp@2.0.7) (2018-10-16)

### Features

- add custom sizes for fluid images ([#8825](https://github.com/gatsbyjs/gatsby/issues/8825)) ([6cb4ee6](https://github.com/gatsbyjs/gatsby/commit/6cb4ee6)), closes [#8621](https://github.com/gatsbyjs/gatsby/issues/8621)

<a name="2.0.6"></a>

## [2.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.5...gatsby-plugin-sharp@2.0.6) (2018-10-03)

### Features

- add option to use mozjpeg ([#8621](https://github.com/gatsbyjs/gatsby/issues/8621)) ([10bc679](https://github.com/gatsbyjs/gatsby/commit/10bc679))

<a name="2.0.5"></a>

## [2.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.7...gatsby-plugin-sharp@2.0.5) (2018-09-17)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.7"></a>

# [2.0.0-rc.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.6...gatsby-plugin-sharp@2.0.0-rc.7) (2018-09-11)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.6"></a>

# [2.0.0-rc.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.5...gatsby-plugin-sharp@2.0.0-rc.6) (2018-09-11)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.5"></a>

# [2.0.0-rc.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.4...gatsby-plugin-sharp@2.0.0-rc.5) (2018-09-11)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.4"></a>

# [2.0.0-rc.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.3...gatsby-plugin-sharp@2.0.0-rc.4) (2018-09-11)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.3"></a>

# [2.0.0-rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.2...gatsby-plugin-sharp@2.0.0-rc.3) (2018-08-31)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.2"></a>

# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.1...gatsby-plugin-sharp@2.0.0-rc.2) (2018-08-29)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.1"></a>

# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-rc.0...gatsby-plugin-sharp@2.0.0-rc.1) (2018-08-29)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-rc.0"></a>

# [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.9...gatsby-plugin-sharp@2.0.0-rc.0) (2018-08-21)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.9"></a>

# [2.0.0-beta.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.8...gatsby-plugin-sharp@2.0.0-beta.9) (2018-08-16)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.8"></a>

# [2.0.0-beta.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.7...gatsby-plugin-sharp@2.0.0-beta.8) (2018-08-16)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.7"></a>

# [2.0.0-beta.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.6...gatsby-plugin-sharp@2.0.0-beta.7) (2018-07-21)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.6"></a>

# [2.0.0-beta.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.5...gatsby-plugin-sharp@2.0.0-beta.6) (2018-07-20)

### Features

- **remark-images:** Added support for WebP versions in addition to fallbacks. ([#6495](https://github.com/gatsbyjs/gatsby/issues/6495)) ([65e3a78](https://github.com/gatsbyjs/gatsby/commit/65e3a78))

<a name="2.0.0-beta.5"></a>

# [2.0.0-beta.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.4...gatsby-plugin-sharp@2.0.0-beta.5) (2018-07-13)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.4"></a>

# [2.0.0-beta.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.3...gatsby-plugin-sharp@2.0.0-beta.4) (2018-07-13)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.3"></a>

# [2.0.0-beta.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.2...gatsby-plugin-sharp@2.0.0-beta.3) (2018-07-11)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.2"></a>

# [2.0.0-beta.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.1...gatsby-plugin-sharp@2.0.0-beta.2) (2018-06-20)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.1"></a>

# [2.0.0-beta.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.0.0-beta.0...gatsby-plugin-sharp@2.0.0-beta.1) (2018-06-17)

**Note:** Version bump only for package gatsby-plugin-sharp

<a name="2.0.0-beta.0"></a>

# [2.0.0-beta.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@1.6.48...gatsby-plugin-sharp@2.0.0-beta.0) (2018-06-17)

**Note:** Version bump only for package gatsby-plugin-sharp
