From 1a3ace9d582c26f52ee6bec859471973add60c51 Mon Sep 17 00:00:00 2001 From: tniezg Date: Tue, 28 Dec 2021 13:28:53 +0100 Subject: [PATCH] Bump version to 5.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb9a0a1b..e8f6029c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@spree/storefront-api-v2-sdk", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c77aa96..dff8d0c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spree/storefront-api-v2-sdk", - "version": "5.0.1", + "version": "5.1.0", "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"