Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 51ace65

Browse files
authored
Merge pull request #956 from Shopify/changeset-release/main
Packages for release
2 parents 1ad22ab + f29a95b commit 51ace65

File tree

6 files changed

+9
-14
lines changed

6 files changed

+9
-14
lines changed

.changeset/brown-hounds-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-needles-share.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/sixty-pans-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.5.1
4+
5+
### Patch Changes
6+
7+
- 6f075397: Allow not checking a session token payload's `aud` field to support tokens generated outside of the Shopify Admin.
8+
- ce638203: Fixing host validation to work with unified admin shops
9+
310
## 7.5.0
411

512
### Minor Changes

lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SHOPIFY_API_LIBRARY_VERSION = '7.5.0';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '7.5.1';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-api",
3-
"version": "7.5.0",
3+
"version": "7.5.1",
44
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)