Skip to content

Commit

Permalink
chore(release): v5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 31, 2021
1 parent dcf7294 commit 85f67ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.1](https://github.com/reactioncommerce/example-storefront/compare/v5.0.0...v5.0.1) (2021-08-31)


### Bug Fixes

* correct admin URL ([1526165](https://github.com/reactioncommerce/example-storefront/commit/15261655f445c92f88400a8b036ffc070e90299d))

# [5.0.0](https://github.com/reactioncommerce/example-storefront/compare/v4.1.2...v5.0.0) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
web:
image: reactioncommerce/example-storefront:5.0.0
image: reactioncommerce/example-storefront:5.0.1
env_file:
- ./.env
networks:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-storefront",
"version": "5.0.0",
"version": "5.0.1",
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
"keywords": [],
"author": {
Expand Down

0 comments on commit 85f67ba

Please sign in to comment.