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';