diff --git a/index.js b/index.js index 45287d2..9af0fb9 100644 --- a/index.js +++ b/index.js @@ -1055,4 +1055,4 @@ whenFirstInViewport = function whenFirstInViewport(el, callback) { return callback(); }); return observer.observe(el); -}; +}; \ No newline at end of file diff --git a/package.json b/package.json index d98fff3..7b194b6 100644 --- a/package.json +++ b/package.json @@ -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": {