diff --git a/.changeset/twenty-impalas-chew.md b/.changeset/twenty-impalas-chew.md deleted file mode 100644 index 8f7965011..000000000 --- a/.changeset/twenty-impalas-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": minor ---- - -Add `Shop.current()` method to the REST resources diff --git a/packages/shopify-api/CHANGELOG.md b/packages/shopify-api/CHANGELOG.md index 110f64d25..d8062002b 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.7.0 + +### Minor Changes + +- c9dff9f: Add `Shop.current()` method to the REST resources + ## 9.6.2 ### Patch Changes diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index a4c25f382..4c5c76471 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.6.2", + "version": "9.7.0", "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks", "main": "./lib/index.js", "types": "./lib/index.d.ts",