From a309391b1bed96ef6c88fe17e005b5b10105e5cb Mon Sep 17 00:00:00 2001 From: art-and-code-studio Date: Wed, 15 Jul 2020 12:09:04 +0200 Subject: [PATCH] Release 2.15.0-alpha.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4315269..42b5cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-admin-api", - "version": "2.15.0-alpha.4", + "version": "2.15.0-alpha.5", "description": "Shopify Admin API 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",