From 9b3f612af0ee3cddf85c4fd4cf08fcc88764ec0e Mon Sep 17 00:00:00 2001 From: gorkalaucirica Date: Mon, 28 May 2018 13:52:34 +0200 Subject: [PATCH] Prepare 0.7.4 release --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 375e7ee..139ba03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This changelog references the relevant changes done between versions. To get the diff for a specific change, go to https://github.com/LIN3S/SyliusShopApiClient/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/LIN3S/SyliusShopApiClient/compare/v0.2.0...v0.3.0 +* 0.7.4 + * [FIX] Invalid npm publish * 0.7.3 * [FIX] Added auth params to choose shipping method endpoint * 0.7.2 diff --git a/package.json b/package.json index 2299ec6..c7be747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lin3s-sylius-shop-api-client", - "version": "0.7.3", + "version": "0.7.4", "author": "LIN3S", "license": "MIT", "description": "JavaScript client on top of SyliusShopApiPlugin to build integrations with ease.",