Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from reactioncommerce/release-next-v3.1.0
Browse files Browse the repository at this point in the history
feat: release 3.1.0
  • Loading branch information
kieckhafer authored May 22, 2020
2 parents 62a5f7f + 38546db commit 82f7f68
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 82 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v3.1.0

This release of `reaction-identity` is designed to work with v3.x of the Reaction API.

### Features

- feat: update to Meteor 1.10.2 ([#31](http://github.com/reactioncommerce/reaction-identity/pull/31))

### Chores

- chore(deps): Bump acorn from 7.1.0 to 7.1.1 ([#30](http://github.com/reactioncommerce/reaction-identity/pull/30))

# v3.0.0

This is the v3.0.0 release of `reaction-identity`, designed to work with v3.0.0 of the Reaction API.
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:
identity:
image: reactioncommerce/identity:3.0.0
image: reactioncommerce/identity:3.1.0
env_file:
- ./.env
networks:
Expand Down
Loading

0 comments on commit 82f7f68

Please sign in to comment.