From bf9e1c64aafd0399a0b88e58ac8f95526caa2a1f Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Mon, 11 Jun 2018 11:25:45 -0500 Subject: [PATCH] 2.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f73d5c..2fe369c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-prime", - "version": "2.7.0", + "version": "2.8.0", "description": "Shopify Prime is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.", "main": "dist/index.js", "typings": "dist/index.d.ts",