From 5d66be71525701a126581415bb731a42781dbd1e Mon Sep 17 00:00:00 2001 From: Melissa Luu Date: Mon, 9 Jan 2023 16:53:21 -0500 Subject: [PATCH] 2.18.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 496f89b2..2f7d2c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-buy", - "version": "2.17.1", + "version": "2.18.0", "description": "The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.", "main": "index.js", "jsnext:main": "index.es.js", @@ -82,4 +82,4 @@ "whatwg-fetch": "2.0.3" }, "livereloadPort": 35729 -} \ No newline at end of file +}