From e15f5c2f2e6b6faccb2e200f7668c9ae97b2b033 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Tue, 3 Sep 2019 09:57:30 -0700 Subject: [PATCH] chore: update version to 2.2.1 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39efb81e49..bae8fae9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v2.2.1 + +Example Storefront v2.2.1 is a patch update to keep this project in sync with [Reaction v2.2.1](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.2.1](https://github.com/reactioncommerce/reaction-hydra) + + # v2.2.0 Example Storefront v2.2.0 is a minor update to keep this project in sync with [Reaction v2.2.0](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.2.0](https://github.com/reactioncommerce/reaction-hydra) diff --git a/package.json b/package.json index fee7489188..f209eab08a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "2.2.0", + "version": "2.2.1", "description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.", "main": "index.js", "keywords": [],