From 27dd5a8336ae45cdfba0df0af5c725c0020b6028 Mon Sep 17 00:00:00 2001 From: imgix-git-robot Date: Wed, 21 Sep 2022 17:41:33 +0000 Subject: [PATCH] chore(release): 2.0.5 ### [2.0.5](https://github.com/imgix/gatsby/compare/v2.0.4...v2.0.5) (2022-09-21) [skip ci] --- CHANGELOG.md | 2 ++ package.json | 2 +- src/common/constants.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15cb88f8..61d03580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### [2.0.5](https://github.com/imgix/gatsby/compare/v2.0.4...v2.0.5) (2022-09-21) + ### [2.0.4](https://github.com/imgix/gatsby/compare/v2.0.3...v2.0.4) (2022-09-14) diff --git a/package.json b/package.json index 028530be..5d8b4475 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "name": "@imgix/gatsby", "description": "The official imgix plugin to apply imgix transformations and optimisations to images in Gatsby at build-time or request-time", "author": "Frederick Fogerty ", diff --git a/src/common/constants.ts b/src/common/constants.ts index 5d5f13e5..becdf4bb 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -1 +1 @@ -export const VERSION = '2.0.4'; +export const VERSION = '2.0.5';