diff --git a/.changeset/pretty-geese-look.md b/.changeset/pretty-geese-look.md deleted file mode 100644 index f32e8628b..000000000 --- a/.changeset/pretty-geese-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Fix type error in graphql error handler diff --git a/.changeset/young-hotels-agree.md b/.changeset/young-hotels-agree.md deleted file mode 100644 index 92ee7d800..000000000 --- a/.changeset/young-hotels-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Fixed an issue with the `RecurringApplicationCharge` REST resource currency type diff --git a/packages/shopify-api/CHANGELOG.md b/packages/shopify-api/CHANGELOG.md index 1627b46e8..7e944ea7e 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.7.1 + +### Patch Changes + +- a60c214: Fix type error in graphql error handler +- 513f9e6: Fixed an issue with the `RecurringApplicationCharge` REST resource currency type + ## 9.7.0 ### Minor Changes diff --git a/packages/shopify-api/lib/version.ts b/packages/shopify-api/lib/version.ts index d01ebc8fc..73fd2b00a 100644 --- a/packages/shopify-api/lib/version.ts +++ b/packages/shopify-api/lib/version.ts @@ -1 +1 @@ -export const SHOPIFY_API_LIBRARY_VERSION = '9.7.0'; +export const SHOPIFY_API_LIBRARY_VERSION = '9.7.1'; diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index 4c5c76471..414edc209 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.7.0", + "version": "9.7.1", "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks", "main": "./lib/index.js", "types": "./lib/index.d.ts",