diff --git a/.changeset/nasty-trees-sing.md b/.changeset/nasty-trees-sing.md deleted file mode 100644 index f47394a30..000000000 --- a/.changeset/nasty-trees-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Fixes bug, that is returning the onlineAccessInfo field on the session, when the session if offline diff --git a/packages/shopify-api/CHANGELOG.md b/packages/shopify-api/CHANGELOG.md index 84109767c..110f64d25 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.6.2 + +### Patch Changes + +- b60c6c9: Fixes bug, that is returning the onlineAccessInfo field on the session, when the session if offline + ## 9.6.1 ### Patch Changes diff --git a/packages/shopify-api/lib/version.ts b/packages/shopify-api/lib/version.ts index 3416f776f..db16ceb41 100644 --- a/packages/shopify-api/lib/version.ts +++ b/packages/shopify-api/lib/version.ts @@ -1 +1 @@ -export const SHOPIFY_API_LIBRARY_VERSION = '9.6.1'; +export const SHOPIFY_API_LIBRARY_VERSION = '9.6.2'; diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index b8e87465d..a4c25f382 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.6.1", + "version": "9.6.2", "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks", "main": "./lib/index.js", "types": "./lib/index.d.ts",