From 0b8e56a8f02ad28c621097f136d423d461cef6d4 Mon Sep 17 00:00:00 2001 From: Tomasz Niezgoda Date: Wed, 29 Jul 2020 12:21:06 +0200 Subject: [PATCH] Bump package to 4.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c9a6222..c741daf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spree/storefront-api-v2-sdk", - "version": "4.3.1", + "version": "4.3.2", "description": "Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on", "engines": { "node": ">=8",