diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b830b9..15b4e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [1.0.0-alpha.1](https://github.com/dignified-org/gatsby-source-shopify-incremental/compare/1.0.0-apha.0...1.0.0-alpha.1) +#### [1.0.0-alpha.2](https://github.com/dignified-org/gatsby-source-shopify-incremental/compare/1.0.0-apha.0...1.0.0-alpha.2) > 18 June 2020 - fix: correctly set product___NODE on ProductMetafieldNode [`#1`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/1) - fix: reduce storefront page size to 100 [`#2`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/2) - Update dependencies and add release logic [`1209396`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/1209396aeb00ad410c72e471ed55f9b672ee7865) +- Add changelog [`5fb0ff9`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/5fb0ff9d61b446dd98f6cc3208eb66dccc17b7c2) +- Add build command before release [`494edfd`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/494edfd8ef61cdf293854932f46d10211a805184) -#### 1.0.0-apha.0 +#### [1.0.0-apha.0](https://github.com/dignified-org/gatsby-source-shopify-incremental/compare/1.0.0-alpha.1...1.0.0-apha.0) > 20 May 2020 +#### 1.0.0-alpha.1 + +> 18 June 2020 + +- fix: correctly set product___NODE on ProductMetafieldNode [`#1`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/1) +- fix: reduce storefront page size to 100 [`#2`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/2) - WIP [`5fdcbd5`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/5fdcbd547a04a9efdf249c3b64cbaf0437d2edc6) - Incremental products [`34e56f5`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/34e56f54b26fe37e01eff8c84503b0674ce49012) - Remove log [`a949c00`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/a949c00b153788c4544de6d04f4320f850c4c0f8) diff --git a/package.json b/package.json index ad102f2..c68c15b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-shopify-incremental", "description": "Gatsby source plugin for Shopify", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "author": "Dignified ", "contributors": [ { @@ -66,7 +66,10 @@ "changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs" }, "hooks": { - "after:bump": ["npx auto-changelog -p", "yarn build"] + "after:bump": [ + "npx auto-changelog -p", + "yarn build" + ] } } }