Skip to content

Commit

Permalink
chore(release): v4.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 23, 2021
1 parent 506f71e commit 7e6f7e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.1.2](https://github.com/reactioncommerce/example-storefront/compare/v4.1.1...v4.1.2) (2021-08-23)


### Bug Fixes

* snyk vulnerability of apollo client ([9f8fecb](https://github.com/reactioncommerce/example-storefront/commit/9f8fecbef4d852ed2177aa722151e56a711420b1))
* upgrade @apollo/client from 3.0.0-rc.4 to 3.3.21 ([a6f3099](https://github.com/reactioncommerce/example-storefront/commit/a6f3099a4f6ec64083e25ec98b5e1b5d459e4986))

## [4.1.1](https://github.com/reactioncommerce/example-storefront/compare/v4.1.0...v4.1.1) (2021-08-23)


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:4.1.1
image: reactioncommerce/example-storefront:4.1.2
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": "4.1.1",
"version": "4.1.2",
"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 7e6f7e0

Please sign in to comment.