Skip to content

Commit

Permalink
chore(release): 2.1.3
Browse files Browse the repository at this point in the history
### [2.1.3](v2.1.2...v2.1.3) (2023-05-23)

### Bug Fixes

* **graphql-types:** ensure short-description is defined ([5ad4503](5ad4503))

 [skip ci]
  • Loading branch information
imgix-git-robot committed May 23, 2023
1 parent d1a95e0 commit dde1061
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <frederick@imgix.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.1.2';
export const VERSION = '2.1.3';

0 comments on commit dde1061

Please sign in to comment.