diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 2afee70b7e36d..d04be80b05373 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/gatsby-source-shopify@2.0.4...gatsby-source-shopify@2.0.5) (2019-01-09) + +### Bug Fixes + +- update calls to sourceNodes ([#10955](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/issues/10955)) ([38c0b8d](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/commit/38c0b8d)) + ## [2.0.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/gatsby-source-shopify@2.0.3...gatsby-source-shopify@2.0.4) (2019-01-08) diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index b9bf0810ea5bb..32b43972ecbd5 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "2.0.4", + "version": "2.0.5", "description": "Gatsby source plugin for building websites using Shopfiy as a data source.", "scripts": { "build": "babel src --out-dir .",