From f38b3b08a15f9cd4694d1bc7a789f08bdf3e8b94 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Fri, 25 Jun 2021 15:48:36 +0200 Subject: [PATCH] bump shopify-api-node version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e5e4db..a57ab99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notixbit/shopify-collection-dsl", - "version": "1.0.0", + "version": "1.1.0", "description": "Create Custom- and Smart Collections for Shopify programmatically.", "keywords": [ "shopify", @@ -41,7 +41,7 @@ "test": "mocha --reporter list" }, "dependencies": { - "shopify-api-node": "^3.0.0" + "shopify-api-node": "^3.6.12" }, "devDependencies": { "chai": "^4.1.2",