From a0617d8fc9de95279d22520cff74b48989a314ad Mon Sep 17 00:00:00 2001 From: tniezg Date: Mon, 31 Jan 2022 13:10:55 +0100 Subject: [PATCH] Bump version to 5.1.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97c72176..575ae0fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spree/storefront-api-v2-sdk", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spree/storefront-api-v2-sdk", - "version": "5.1.3", + "version": "5.1.4", "license": "MIT", "devDependencies": { "@types/node": "^14.17.11", diff --git a/package.json b/package.json index 8380e027..aa2b0a79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spree/storefront-api-v2-sdk", - "version": "5.1.3", + "version": "5.1.4", "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": ">=14.17.0"