From 76df6095223ccb63dcc4e9622459edb8cba6bf29 Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Tue, 16 Oct 2018 14:59:28 -0500 Subject: [PATCH] 2.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5082a8a..5855621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-prime", - "version": "2.9.0", + "version": "2.10.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",