Skip to content

Commit 2689059

Browse files
committed
v5.3.0
1 parent 21f095e commit 2689059

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10-
- [Minor] Pass webhook id to handlers
10+
## [5.3.0] - 2022-12-05
11+
12+
- [Minor] Pass webhook id to handlers [#606](https://github.com/Shopify/shopify-api-node/pull/606)
1113

1214
## [5.2.0] - 2022-10-04
1315

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": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/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 = '5.2.0';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '5.3.0';

0 commit comments

Comments
 (0)