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

Commit 52976cf

Browse files
authored
Merge pull request #942 from Shopify/changeset-release/main
Packages for release
2 parents 780d410 + c78f786 commit 52976cf

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/fifty-socks-jog.md

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

CHANGELOG.md

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

3+
## 7.5.0
4+
5+
### Minor Changes
6+
7+
- 7a953a92: Adding support for 2023-07 API version
8+
39
## 7.4.0
410

511
### 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.4.0';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '7.5.0';

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.4.0",
3+
"version": "7.5.0",
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)