Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Apr 28, 2023
1 parent 5b392f6 commit 7f5ea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ var _default = ShopifyGtmInstrumentor = /*#__PURE__*/function () {
case 0:
_context12.next = 2;
return (0, _axios["default"])({
url: "".concat(this.storeUrl, "/api/2022-10/graphql"),
url: "".concat(this.storeUrl, "/api/2023-04/graphql"),
method: 'post',
headers: {
'Accept': 'application/json',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify-gtm-instrumentor",
"version": "1.4.0",
"version": "1.5.0",
"description": "Helpers for sending standardized dataLayer events from a Shopify site",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7f5ea62

Please sign in to comment.