From dde10610ea53b0d7305cdb3cffa4ffaba4e33e72 Mon Sep 17 00:00:00 2001 From: imgix-git-robot Date: Tue, 23 May 2023 20:04:16 +0000 Subject: [PATCH] chore(release): 2.1.3 ### [2.1.3](https://github.com/imgix/gatsby/compare/v2.1.2...v2.1.3) (2023-05-23) ### Bug Fixes * **graphql-types:** ensure short-description is defined ([5ad4503](https://github.com/imgix/gatsby/commit/5ad4503c19d0a90e25bd5b05c8bdeb1a57e2588f)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/common/constants.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bca12b..1f81db8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.1.3](https://github.com/imgix/gatsby/compare/v2.1.2...v2.1.3) (2023-05-23) + + +### Bug Fixes + +* **graphql-types:** ensure short-description is defined ([5ad4503](https://github.com/imgix/gatsby/commit/5ad4503c19d0a90e25bd5b05c8bdeb1a57e2588f)) + ### [2.1.2](https://github.com/imgix/gatsby/compare/v2.1.1...v2.1.2) (2023-02-22) diff --git a/package.json b/package.json index 3a59a6a1..2815f02c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.2", + "version": "2.1.3", "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 3a54c4dc..55153038 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -1 +1 @@ -export const VERSION = '2.1.2'; +export const VERSION = '2.1.3';