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 #48 from reactioncommerce/release-next-v3.3.1
Browse files Browse the repository at this point in the history
Release v3.3.1
  • Loading branch information
Akarshit authored Mar 4, 2021
2 parents 2ffa086 + 2d0ecf1 commit 9bccde7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.3.1

reaction-identity v3.3.1 adds patch features or bug fixes and contains no breaking changes since v3.3.0.

## Chore

- chore(deps): Bump ini from 1.3.5 to 1.3.8 ([#44](https://github.com/reactioncommerce/reaction-identity/pull/44))

# v3.3.0

This release of `reaction-identity` is designed to work with v3.x 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.3.0
image: reactioncommerce/identity:3.3.1
env_file:
- ./.env
networks:
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,7 +1,7 @@
{
"name": "reaction-identity",
"description": "A server providing identity services for Reaction Commerce using Meteor's Accounts packages",
"version": "3.3.0",
"version": "3.3.1",
"homepage": "https://github.com/reactioncommerce/reaction-identity",
"url": "https://github.com/reactioncommerce/reaction-identity",
"repository": {
Expand Down

0 comments on commit 9bccde7

Please sign in to comment.