Skip to content

Commit

Permalink
Merge pull request #6319 from reactioncommerce/release-next-v3.11.1
Browse files Browse the repository at this point in the history
Release v3.11.1
  • Loading branch information
Akarshit authored Feb 9, 2021
2 parents 4e65485 + d89f8fa commit 1ea0487
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v3.11.1

Reaction v3.11.1 adds minor bug fixes and contains no breaking changes since v3.11.0.

## Fixes
- fix: write integration test for create shop ([#6318](https://github.com/reactioncommerce/reaction/pull/6318))
- Run rs.initiate() to start replication on clean mongo boot ([#6317](https://github.com/reactioncommerce/reaction/pull/6317))

## Chores
- chore: adding git hooks for commit-msg ([#6321](https://github.com/reactioncommerce/reaction/pull/6321))

# v3.11.0

Reaction v3.11.0 adds minor enhancements, fixes bugs and contains no breaking changes since v3.10.0.
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:
api:
image: reactioncommerce/reaction:3.11.0
image: reactioncommerce/reaction:3.11.1
depends_on:
- mongo
env_file:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaction-api",
"version": "3.11.0",
"version": "3.11.1",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"main": "./src/index.js",
"type": "module",
Expand Down

0 comments on commit 1ea0487

Please sign in to comment.