diff --git a/CHANGELOG.md b/CHANGELOG.md index dd773a22c..2fcb460c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/reactioncommerce/example-storefront/compare/v5.0.1...v5.0.2) (2021-08-31) + + +### Bug Fixes + +* contributing guide ([a778712](https://github.com/reactioncommerce/example-storefront/commit/a778712fa7383c60287a5c149dec33408010fb78)) + ## [5.0.1](https://github.com/reactioncommerce/example-storefront/compare/v5.0.0...v5.0.1) (2021-08-31) diff --git a/docker-compose.yml b/docker-compose.yml index 775e78588..8b5a3ed9b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ networks: services: web: - image: reactioncommerce/example-storefront:5.0.1 + image: reactioncommerce/example-storefront:5.0.2 env_file: - ./.env networks: diff --git a/package.json b/package.json index 2f06c95ee..ee683ee04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "5.0.1", + "version": "5.0.2", "description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.", "keywords": [], "author": {