File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ # [ 4.1.0] ( https://github.com/reactioncommerce/example-storefront/compare/v4.0.2...v4.1.0 ) (2021-06-23)
2+
3+
4+ ### Bug Fixes
5+
6+ * enable semantic releae ([ 601dd87] ( https://github.com/reactioncommerce/example-storefront/commit/601dd8708f6b1ba9909332dd0b107795aa8dc103 ) )
7+ * remove dry from semantic release ([ c623a85] ( https://github.com/reactioncommerce/example-storefront/commit/c623a8541d97ea8355792dc226f2c625e8063b23 ) )
8+
9+
10+ ### Features
11+
12+ * add typescript support ([ bcf17cd] ( https://github.com/reactioncommerce/example-storefront/commit/bcf17cde13647dce51ca7d4f7f95cc3b69a362e9 ) )
13+
114# v4.0.2
215
316example-storefront v4.0.2 adds patch features or bug fixes and contains no breaking changes since v4.0.0.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ networks:
1313
1414services :
1515 web :
16- image : reactioncommerce/example-storefront:4.0.2
16+ image : reactioncommerce/example-storefront:4.1.0
1717 env_file :
1818 - ./.env
1919 networks :
Original file line number Diff line number Diff line change 11{
22 "name" : " example-storefront" ,
3- "version" : " 4.0.2 " ,
3+ "version" : " 4.1.0 " ,
44 "description" : " The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API." ,
55 "keywords" : [],
66 "author" : {
You can’t perform that action at this time.
0 commit comments