Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Oct 11, 2023
1 parent debf5b8 commit 6cbe20f
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 @@ -1055,4 +1055,4 @@ whenFirstInViewport = function whenFirstInViewport(el, callback) {
return callback();
});
return observer.observe(el);
};
};
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.5.0",
"version": "1.6.0",
"description": "Helpers for sending standardized dataLayer events from a Shopify site",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6cbe20f

Please sign in to comment.