From a4427d33a78cfd9d65092bb2c43ecb00f8b53e72 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 8 Nov 2019 13:11:27 -0800 Subject: [PATCH] chore: update version for v2.8.1 release Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 137b4419bf..8d57e9330d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.8.1 + +Example Storefront v2.8.1 is a patch update to keep this project in sync with [Reaction v2.8.1](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.8.1](https://github.com/reactioncommerce/reaction-hydra) + # v2.8.0 Example Storefront v2.8.0 is a minor update to keep this project in sync with [Reaction v2.8.0](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.8.0](https://github.com/reactioncommerce/reaction-hydra) diff --git a/package.json b/package.json index 2cd9c56a0e..0101f4cd6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "2.8.0", + "version": "2.8.1", "description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.", "main": "./src/server.js", "keywords": [],