diff --git a/CHANGELOG.md b/CHANGELOG.md index 942b6aa279..237311ac4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.9.2 + +Example Storefront v2.9.2 is a patch update to keep this project in sync with [Reaction v2.9.2](https://github.com/reactioncommerce/reaction). + +# v2.9.1 + +Example Storefront v2.9.1 is a patch update to keep this project in sync with [Reaction v2.9.1](https://github.com/reactioncommerce/reaction). + +## Fixes + +- fix: login from storefront [#633](https://github.com/reactioncommerce/example-storefront/pull/633) + # v2.9.0 Example Storefront v2.9.0 is a minor update to keep this project in sync with [Reaction v2.9.0](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.9.0](https://github.com/reactioncommerce/reaction-hydra) diff --git a/package.json b/package.json index 0ac8436428..806ea957d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "2.9.0", + "version": "2.9.2", "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": [],